v1

OpenAPI 3.0.42026-07-13107171473.3 KB
Members

List Organization Members

This endpoint returns the list of Members that belongs to the given Organization, identified by the organizationId parameter.

The results may vary based on the access level of the user who calls the endpoint:

  • When it's called with Organization Admin privileges, the result will contain each member in the Organization.
  • When it's called without Organization Admin privileges, the result will contain each Organization Admin along with members of those products where the caller has Team members and permission groups (canManageMembers) permission.
get/v1/organizations/{organizationId}/members

Path parameters

organizationIdstring uuid required

The identifier of the Organization.

Response

userIdstring nullable required

Identifier of the Member.

fullNamestring nullable required

Name of the Member.

emailstring nullable required

Email of the Member.

twoFactorEnabledboolean required

Determines whether 2FA is enabled for the Member.