Package version:

A successful call returns an array of Person Directory Persons contained in the Dynamic Person Group.

interface GetPersons200Response {
    body: Array<PersonDirectoryPersonOutput>;
    status: "200";
}

Hierarchy

  • unknown
    • GetPersons200Response

Properties

Properties

status: "200"