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.