list-organization-members
Retrieves members of an organization by its ID. Returns all members for organization admins, or a permission-based subset for others.
Instructions
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organizationId | Yes | The identifier of the Organization. |