v1

latestOpenAPI 3.0.12026-08-06151265417.9 KB
Administration - Groups

Remove Group Roles

Deletes a role from a group

put/api/v3.0/orgs/{orgUuid}/groups/{groupUuid}/roles

Path parameters

orgUuidstring required

org UUID (from the Mend App: Administration General > Organization UUID).

groupUuidstring required

Group UUID (Administration > Groups)

Request body

scopeUuidstring required
scopeType'organization' | 'application' | 'project' | 'account' | 'unsupported' required
role'ADMIN' | 'SCAN_MANAGER' | 'SECURITY_ANALYST' | 'MEMBER'

Example request

{
  "scopeUuid": "123e4567-e89b-12d3-a456-426655440000",
  "scopeType": "organization"
}

Response

OK

supportTokenstring

Example response

{
  "supportToken": "1171c60d",
  "response": {
    "message": "Success!"
  }
}