List Users
GET /users
Returns users in a stable cursor order. Use the cursor from a prior response to fetch the next page.
Responses
Section titled “Responses”List of users with pagination cursor
application/json: object
{ "users": [ { "id": "77dc4175-3af0-42af-ae52-7a20e6386d0c", "createdAt": "2026-01-20T10:15:00.000Z", "languages": [ "en-US", "es-ES" ], "unitSystem": "LOCAL", "givenName": "Julia", "travelMode": "VEHICLE", "destinations": [ { "location": { "name": "Home" } } ] } ], "nextCursor": "string"}Unauthorized
No response body.
User not found
No response body.