Users
List account users
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Query Parameters
limit?integer
Range
1 <= value <= 100cursor?string
Length
1 <= lengthexternal_id?string
Length
1 <= lengthupdated_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"}