v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Update User Group

Lets you update an existing user group details.

put/userGroup2

Request body

idinteger required

Unique ID of the user group.

externalIdstring required

External ID of the group.

groupNamestring

Name of the group.

maxGroupSizeinteger

Maximum size (members) of the group.

Response

200

OR

Example response

{
  "id": 2361,
  "groupName": "newName2",
  "maxGroupSize": 1110
}