GET /api/v1/organizations//users
Retrieves a paginated list of all users who are members of the specified organization. Use this endpoint to view all users with access to a particular organization, including their roles, metadata, and membership details.Request
Path Parameters
Unique identifier of the organization. Must start with ‘org_’ and be 1-32 characters long.
Query Parameters
Maximum number of users to return in a single response. Valid range: 1-100.
Pagination token from a previous response. Leave empty for the first request.
Response
List of user objects for the current page.
Opaque token for retrieving the next page of results. Empty if there are no more pages.
Opaque token for retrieving the previous page of results. Empty for the first page.
Total number of users matching the request criteria, regardless of pagination.
Examples
List All Users in Environment
GET /api/v1/users
Retrieves a paginated list of all users across your entire environment, regardless of organization membership.Error Responses
Successfully retrieved the list of users in the organization