Get all users for an organization

Returns a paginated collection of organization members. Admins and owners receive full user details; non-admin members receive a limited subset.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

organization_idstringRequired
The organization ID

Query parameters

skipintegerOptional
Specify an offset to paginate through results
limitintegerOptional
Specify the maximum number of results
querystringOptional

Full-text search across multiple user attributes

Response

OK - Paginated list of users in the organization