List Users
List users in the organization.
This endpoint retrieves a paginated list of users in the organization.
The response can be filtered by a search query and optionally include user roles.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Query parameters
query
Search query to match names and emails
user_ids
List of user IDs to filter by
offset
Number of records to skip (for pagination)
limit
Number of users to return
include_roles
Include user roles in the response
Response
A paginated list of users in the organization
users
List of users with partial information
meta
Pagination metadata for the response