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

Modify a group

Use PATCH /v2/accounts/{account-uuid}/groups/{group-uuid} to update a user group.

Endpoint

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

Parameters

ParameterTypeDescriptionInRequired
account-uuidstring-pathrequired
group-uuidstring-pathrequired
bodyRestModifyGroupForm-bodyoptional

Request body objects

The RestModifyGroupForm object

ElementTypeDescriptionRequired
namestring-optional
descriptionstring-optional
federatedAttributeValuesstring[]-optional

Request body JSON model

This is a model of the request body, showing the possible elements. It has to be adjusted for usage in an actual request.

json
{ "name": "string", "description": "string", "federatedAttributeValues": [ "string" ] }

Response

Response codes

CodeTypeDescription
200-

Account group modified correctly

400ExceptionMessage

Invalid account or group uuid parameter

404ExceptionMessage

Account group to be changed can not be found