Package version:

Interface GetDynamicPersonGroupPersons200Response

A successful call returns an array of person information in the Person Directory.

interface GetDynamicPersonGroupPersons200Response {
    body: ListPersonResultOutput;
    status: "200";
}

Hierarchy

  • unknown
    • GetDynamicPersonGroupPersons200Response

Properties

Properties

status: "200"