Package version:

Interface GetPersonGroupPersons200Response

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

interface GetPersonGroupPersons200Response {
    body: Array<PersonGroupPersonOutput>;
    status: "200";
}

Hierarchy

  • unknown
    • GetPersonGroupPersons200Response

Properties

Properties

status: "200"