Skip to content

Create Group

Request

Creates a new group for an organization

Security
bearer-key
Path
orgUuidstringrequired

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

Bodyapplication/jsonrequired
namestring(Group Name)required
Example:"Group A"
descriptionstring(Group Description)required
Example:"Group description"
POST
/api/v3.0/orgs/{orgUuid}/groups
{ "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 } }