List organization members
editList organization members
editFetch users belonging to the selected organization. Currently unavailable in self-hosted ECE.
Request
editGET /api/v1/organizations/{organization_id}/members
Path parameters
editName | Type | Required | Description |
---|---|---|---|
|
|
Y |
Identifier for the Organization |
Responses
edit-
200
-
Organization members fetched successfully
-
404
-
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 example
editcurl -XGET https://{{hostname}}/api/v1/organizations/{organization_id}/members \ -H "Authorization: ApiKey $ECE_API_KEY"