Skip to main content

List teams

GET 

/userApi/fleets/groups

Lists teams in the current organization. Returns a paginated response only when the page query parameter is provided.

For simple filters, you can use the interactive fields below. For location_id[] and attributes[...], browser URL or Postman testing is more reliable because Swagger UI may generate an incorrect curl command for complex query keys.

This endpoint accepts bracket-style query keys for multi-value and attribute filters.

Browser URL examples (raw):

  • https://lp.driveroo.com/userApi/fleets/groups?page=1&location_id[]=1&location_id[]=2
  • https://lp.driveroo.com/userApi/fleets/groups?attributes[123]=ABC
  • https://lp.driveroo.com/userApi/fleets/groups?attributes[123][]=A&attributes[123][]=B

Browser URL example (URL-encoded, same request):

  • https://lp.driveroo.com/userApi/fleets/groups?attributes%5B123%5D%5B%5D=A&attributes%5B123%5D%5B%5D=B

Request

Responses

Returns teams in the current organization. Without page, returns the full collection. With page, returns pagination metadata.