Fetch organization information
Fetch a single organization by id. Currently unavailable in self-hosted ECE.
Path parameters
-
organization_id
string Required Identifier for the Organization
Responses
-
200 application/json
Organization fetched successfully
-
401 application/json
User not found. (code:
user.not_found
) -
403 application/json
The current user does not have access to the requested organization. (code:
organization.invalid_access
) -
404 application/json
Organization not found. (code:
organization.not_found
)
GET
/organizations/{organization_id}
curl \
--request GET 'https://{{hostname}}/api/v1/organizations/{organization_id}' \
--user "username:password"