Package version:

Interface GetDynamicPersonGroupReferences200Response

A successful call returns an array of dynamicPersonGroups information that reference the provided personId.

interface GetDynamicPersonGroupReferences200Response {
    body: ListGroupReferenceResultOutput;
    status: "200";
}

Hierarchy

  • unknown
    • GetDynamicPersonGroupReferences200Response

Properties

Properties

status: "200"