Package version:

Interface ListGroupReferenceResultOutput

Response of list dynamic person group of person.

interface ListGroupReferenceResultOutput {
    dynamicPersonGroupIds: {};
}

Properties

dynamicPersonGroupIds: {}

Array of PersonDirectory DynamicPersonGroup ids.

Type declaration