User List API
User APIs
User List API
Retrieve a paginated list of users in your organization
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
idreturned for a user as the input to the User Details API for full user information - Use
nameto narrow down results — partial matching is supported (e.g.,JohnmatchesJohn Doe,Johnny) - Use
cursorandlimittogether to paginate;nextCursorfrom the response can be used as thecursorvalue for the next call