cURL
curl --request GET \ --url https://identity.nks.europe-west4.nscale.com/api/v1/organizations/{organizationID}/groups/{groupid} \ --header 'Authorization: Bearer <token>'
{ "metadata": { "id": "a142f641-7fd6-4ab9-a875-344c7ebadc53", "name": "a-team", "organizationId": "d4600d6e-e965-4b44-a808-84fb2fa36702", "creationTime": "2024-05-31T14:11:00Z", "provisioningStatus": "provisioned", "healthStatus": "healthy" }, "spec": { "userIDs": [ "d4600d6e-e965-4b44-a808-84fb2fa36702" ], "serviceAccountIDs": [ "a0e9c93a-3a47-4ea1-9caf-22757428a810" ], "roleIDs": [ "d4600d6e-e965-4b44-a808-84fb2fa36702" ] } }
Allows a single group to be polled.
Operation requires OAuth 2.0 bearer token authentication.
An organization ID.
A unique group ID.
A group in the organization.
A group when read.
Metadata required by organization scoped resource reads.
Show child attributes
A group.