Skip to content

Update Group

Request

Updates the properties of a given group

Security
bearer-key
Path
orgUuidstringrequired

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

groupUuidstringrequired

Group UUID (Administration > Groups)

Bodyapplication/jsonrequired
namestring(Group Name)
Example:"Group A"
descriptionstring(Group Description)
Example:"Group description"
PUT
/api/v3.0/orgs/{orgUuid}/groups/{groupUuid}
{ "name": "Group A", "description": "Group description" }

Responses

OK

Bodyapplication/json
supportTokenstring(Support Token)
Example:"1171c60d"
responseobject(GroupDTO)
Response
{ "supportToken": "1171c60d", "response": { "uuid": "123e4567-e89b-12d3-a456-426655440000", "name": "Group A", "description": "Group description", "userCount": 22 } }