Get organization members

Retrieves organization members based on the organization ID and the cursor, or based on the user emails provided in the request.

Required scope

organizations:read

Rate limiting

Level 3

Enterprise only

This API is available only for Enterprise plan users. You can only use this endpoint if you have the role of a Company Admin. You can request temporary access to Enterprise APIs using this form.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

id of the organization

Query Params
string

Emails of the organization members you want to retrieve. If you specify a value for the emails parameter, only the emails parameter is considered. All other filtering parameters are ignored. Maximum emails size is 10. Example: [email protected],[email protected]

string
enum

Filter organization members by role

Allowed:
string
enum

Filter organization members by license

boolean

Filter results based on whether the user is active or deactivated. Learn more about user deactivation.

string

The ID of the organization member used as the reference for pagination. To retrieve the first portion of the collection don't pass a cursor value. To retrieve the next portion of the collection, set the cursor parameter value to the ID of the last organization member you received in the response of the previous request.

int32
1 to 100
Defaults to 100

Limit for the number of organization members returned in the result list.

Responses

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