List a group's or an organization's users

Retrieves a list of users in a group or all users in your organization. You can view user memberships, with the option to filter by user status (active or inactive). Inactive users are those who have been deactivated, but are still part of the organization.

For large organizations, utilize pagination by combining the offset and limit query parameters to retrieve additional users beyond the default maximum of 2,000 users.

Requirements

Path Params
string
required

The ID of the group or organization to list users for.

Query Params
int32

The maximum number of users to return.

optional

int32

The offset to start listing users from.

optional

status
array of strings

The status to filter users by.

optional

  • active: Active user.
  • inactive: Inactive user.
status
Allowed:
Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json