Skip to main content
User List API

Authentication

All requests require an API key in the request headers. Headers:

Request

Content-Type: application/json

Query Parameters

Code Examples

Success Response

HTTP Status: 200 OK Response Fields:

Response Example

Error Responses

Validation Error

HTTP Status: 400 Bad Request

Authentication Errors

HTTP Status: 401 Unauthorized

Permission Errors

HTTP Status: 403 Forbidden

Internal Error

HTTP Status: 500 Internal Server Error

Best Practices

  • Use the id returned for a user as the input to the User Details API for full user information
  • Use name to narrow down results — partial matching is supported (e.g., John matches John Doe, Johnny)
  • Use cursor and limit together to paginate; nextCursor from the response can be used as the cursor value for the next call