v1

latestSwagger 2.0MIT2026-07-1310778293.3 KB
Accounts
Organizations

Find users in organization

Finding users in the specified organization in a paginated manner.

get/api/v1/organizations/{organizationId}/users

Path parameters

organizationIdstring required

organizationId

Query parameters

offsetinteger

Start with the n-th element

limitinteger

The maximum count of returned elements

Response

OK

limitinteger required

The number of returned elements

offsetinteger required

Starting with the n-th element

totalinteger

The total number of elements

Example response

{
  "limit": 100,
  "total": 200
}