Retrieve the information of a large person group, including its name, userData and recognitionModel. This API returns large person group information only, use LargePersonGroup Person - List instead to retrieve person information under the large person group.

get/largepersongroups/{largePersonGroupId}

Path parameters

largePersonGroupIdstring required

Id referencing a particular large person group.

Query parameters

returnRecognitionModelboolean

A value indicating whether the operation should return 'recognitionModel' in response.

Response

A successful call returns the large person group's information.

namestring

User defined name, maximum length is 128.

userDatastring

User specified data. Length should not exceed 16KB.

Changes