Skip to content

Update Group

Request

Updates the properties of a given group

Security
bearer-key
Path
orgTokenstringrequired

org UUID (by running Entities - Organization > Get User Organizations) or API Key (from the Mend SCA App: Integrate tab > API Key).

groupUuidstringrequired

Group UUID (by running User Management - Groups > Get All Groups of Organization).

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

Responses

OK

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