List members with drivers

Lists all organization members paired with their driver information if they are drivers. Filter by availability. | () -> (list[OrgMembersAndDrivers])

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

available_according_to_driverbooleanOptional

Filter by driver’s self-reported availability.

available_according_to_operatorsbooleanOptional

Filter by operator-set availability.

Response

Successful Response
org_memberobject
driverobject or null

Errors