• Home
  • How to use Dynatrace
  • User management and SSO
  • Dynatrace for Government SAML federation
  • Dynatrace for Government API - Group permissions
  • Remove permissions from group

Remove permissions from group

Use DELETE /v2/accounts/{account-uuid}/groups/{group-uuid}/permissions to remove permissions from a user group.

Endpoint

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

Parameters

ParameterTypeDescriptionInRequired
account-uuidstring-pathrequired
group-uuidstring-pathrequired
bodyRestPermissionWithScopeForm[]-bodyoptional

Request body objects

The RestPermissionWithScopeForm object

ElementTypeDescription
permissionNamestring-

Can be null.

scopestring-

Can be null.

scopeTypestring-

Can be null.

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
[ { "permissionName": "string", "scope": "string", "scopeType": "string" } ]

Response

Response codes

CodeTypeDescription
200integer

Permissions removed successfully

400ExceptionMessage

Invalid permission or account or group name parameter

404ExceptionMessage

Permission to be removed from group of account can not be found