List Users
Users
List Users
Retrieves all users in the authenticated user’s organization
GET
List Users
Retrieves a list of all users belonging to the currently authenticated user’s organization. This endpoint is useful for displaying team members, assigning leads to users, or managing organization-wide user data.
Authentication
This endpoint requires authentication. The user must be signed in and belong to an organization.Only users within the same Clerk organization are returned. The requesting
user must have a valid organization context.
Request
This endpoint does not require any query parameters or request body.Response
Returns an array of user objects.An array of user objects belonging to the organization.
Response Examples
Error Codes
| Status Code | Error Code | Description |
|---|---|---|
| 400 | VALIDATION_ERROR | User does not belong to an organization. Ensure the user has joined an organization in Clerk. |
| 401 | UNAUTHORIZED | User is not authenticated. Ensure a valid session exists. |
| 500 | INTERNAL_ERROR | An unexpected server error occurred. |