v27

latestSwagger 2.0raw.githubusercontent.com2022-12-116362180.5 KB

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.