cURL
curl --request GET \ --url https://identity.nks.europe-west4.nscale.com/api/v1/organizations \ --header 'Authorization: Bearer <token>'
[ { "metadata": { "id": "a142f641-7fd6-4ab9-a875-344c7ebadc53", "name": "acme-corp", "creationTime": "2024-05-31T14:11:00Z", "provisioningStatus": "provisioned", "healthStatus": "healthy" }, "spec": { "organizationType": "domain", "domain": "acme.corp", "providerID": "b6ec241d-e3b4-4afc-a7aa-500fcb650d8e" } } ]
Returns a list of organizations that the user is a member of. If an email address is provided in the query this allows a user with sufficient privilege to check if a given user is a member of any organizations.
Operation requires OAuth 2.0 bearer token authentication.
A user's email address.
A list of organizations.
Metadata required by all resource reads.
Show child attributes
An organization.