Package version:

Interface GetPersonGroups200Response

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

interface GetPersonGroups200Response {
    body: Array<PersonGroupOutput>;
    status: "200";
}

Hierarchy

  • unknown
    • GetPersonGroups200Response

Properties

Properties

body: Array<PersonGroupOutput>
status: "200"