Package version:

Interface GetPersonGroup200Response

A successful call returns the Person Group's information.

interface GetPersonGroup200Response {
    body: PersonGroupOutput;
    status: "200";
}

Hierarchy

  • unknown
    • GetPersonGroup200Response

Properties

Properties

status: "200"