v27

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

List all persons in a person group, and retrieve person information (including personId, name, userData and persistedFaceIds of registered faces of the person).

get/persongroups/{personGroupId}/persons

Path parameters

personGroupIdstring required

Id referencing a particular person group.

Query parameters

startstring

Starting person id to return (used to list a range of persons).

topinteger

Number of persons to return starting with the person id indicated by the 'start' parameter.

Response

A successful call returns an array of person information that belong to the person group.

namestring

User defined name, maximum length is 128.

userDatastring

User specified data. Length should not exceed 16KB.