Package version:

A successful call returns the person's information.

interface GetPerson200Response {
    body: PersonDirectoryPersonOutput;
    status: "200";
}

Hierarchy

  • unknown
    • GetPerson200Response

Properties

Properties

status: "200"