Driver Groups
Driver groups related endpoints
📄️ Add Drivers to a Group
Adds one or more drivers to a driver group. Drivers already in the group are ignored. Returns 422 if all submitted driver IDs are already in the group.
📄️ Create Driver Group
Creates a new driver group. Optionally provide driver_ids to populate the group on creation.
📄️ Delete Driver Group
Deletes a driver group by ID.
📄️ Get All Driver Groups
Fetches a list of driver groups, with optional filtering and sorting.
📄️ Get All Drivers in a Group
Fetches a paginated list of drivers belonging to the specified group.
📄️ Get Driver Group Details
Retrieves the details of a driver group by ID.
📄️ Remove Drivers from a Group
Removes one or more drivers from a driver group. Set delete_all to true to remove all drivers, or provide driver_ids for selective removal.
📄️ Update Driver Group Details
Updates the details of a driver group by ID.