• Home
  • Manage
  • Access control
  • User management and SSO
  • Dynatrace for Government SAML federation
  • Dynatrace for Government API - Groups
  • Get a group by group ID

Get a group by group ID

Use GET /v2/accounts/{account-uuid}/groups/{group-uuid} to get a user group by group ID.

Endpoint

/v2/accounts/{account-uuid}/groups/{group-uuid}

Parameters

ParameterTypeDescriptionInRequired
account-uuidstring-pathrequired
group-uuidstring-pathrequired

Response

Response codes

CodeTypeDescription
200RestGroup

Account group

400ExceptionMessage

Invalid account or group uuid parameter

404ExceptionMessage

Account group can not be found by account and group uuid

Response body objects

The RestGroup object

ElementTypeDescription
uuidstring-
namestring-
ownerstring-
descriptionstring-
federatedAttributeValuesstring[]-
createdAtstring-
updatedAtstring-

Response body JSON model

json
{ "uuid": "string", "name": "string", "owner": "string", "description": "string", "federatedAttributeValues": [ "string" ], "createdAt": "string", "updatedAt": "string" }