Package version:

Interface GetDynamicPersonGroup200Response

A successful call returns the Dynamic Person Group's information.

interface GetDynamicPersonGroup200Response {
    body: DynamicPersonGroupOutput;
    status: "200";
}

Hierarchy

  • unknown
    • GetDynamicPersonGroup200Response

Properties

Properties

status: "200"