Developers
Users

List account users

GET
/users

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

limit?integer
Range1 <= value <= 100
cursor?string
Length1 <= length
external_id?string
Length1 <= length
updated_since?string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/users"
{  "object": "list",  "data": [    {      "object": "user",      "id": "string",      "name": "string",      "email": "user@example.com",      "role": "admin",      "default_hourly_rate": -9007199254740991,      "external_id": "string"    }  ],  "has_more": true,  "next_cursor": "string"}