cURL
curl --request GET \ --url https://identity.nks.europe-west4.nscale.com/api/v1/organizations/{organizationID}/roles \ --header 'Authorization: Bearer <token>'
[ { "metadata": { "id": "a142f641-7fd6-4ab9-a875-344c7ebadc53", "name": "platform-admins", "description": "Platform administrators.", "creationTime": "2024-05-31T14:11:00Z", "provisioningStatus": "provisioned", "healthStatus": "healthy" } } ]
Returns roles that can be used by the organization.
Operation requires OAuth 2.0 bearer token authentication.
An organization ID.
A set of roles within the organization.
Metadata required by all resource reads.
Show child attributes