Update an existing person group's display name and userData. The properties which does not appear in request body will not be updated.

patch/persongroups/{personGroupId}

Path parameters

personGroupIdstring required

Id referencing a particular person group.

Request body

namestring

User defined name, maximum length is 128.

userDatastring

User specified data. Length should not exceed 16KB.

Response

A successful call returns an empty response body.

Changes

No recorded changes to this endpoint across all 28 revisions of this API.