Package version:

Interface GetLargePersonGroups200Response

A successful call returns an array of Large Person Groups and their information (largePersonGroupId, name and userData).

interface GetLargePersonGroups200Response {
    body: Array<LargePersonGroupOutput>;
    status: "200";
}

Hierarchy

  • unknown
    • GetLargePersonGroups200Response

Properties

Properties

status: "200"