List organization membersedit

Fetch users belonging to the selected organization. Currently unavailable in self-hosted ECE.

Requestedit

GET /api/v1/organizations/{organization_id}/members

Path parametersedit

Name Type Required Description

organization_id

string

Y

Identifier for the Organization

Responsesedit

200

(OrganizationMemberships)

Organization members fetched successfully

404

(BasicFailedReply)

Organization not found. (code: organization.not_found)

Headers

x-cloud-error-codes (string; allowed values: [organization.not_found])
The error codes associated with the response

Request exampleedit

curl -XGET https://{{hostname}}/api/v1/organizations/{organization_id}/members \
-H "Authorization: ApiKey $ECE_API_KEY"