Package version:

Interface GetLargePersonGroupPersons200Response

A successful call returns an array of person information that belong to the Large Person Group.

interface GetLargePersonGroupPersons200Response {
    body: Array<LargePersonGroupPersonOutput>;
    status: "200";
}

Hierarchy

  • unknown
    • GetLargePersonGroupPersons200Response

Properties

Properties

status: "200"