UserAccess

Users which have access to an organization

Read all organizations users

get
/organizations/{organizationId}/members

Retrieves list of all users linked to an organization. NOTE: This endpoint does not return pending invitations. Use GET /organizations/{organizationId}/invites to retrieve list of invitations.

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
  • : Read your organization users
  • : Read your organization users
Authorizations
OAuth2authorizationCodeRequired

This API uses OAuth 2 with the authorization code flow for browser or client credentials flow for service accounts.

Authorization URL: Token URL:

OAuth2clientCredentialsRequired

This API uses OAuth 2 with the authorization code flow for browser or client credentials flow for service accounts.

Token URL:
Path parameters
organizationIdstringRequired

Organization ID

Example: ACsUNAGQN3Lv875yyqZiLQ2s
Responses
chevron-right
200

OK

application/vnd.api+json
get
/organizations/{organizationId}/members
200

OK