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.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
query
Search query to match names and emails
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