Request payload for fetching groups of current user.

interface GetGroupsRequestParams {
    resultCount?: number;
    withNodeList?: boolean;
    withSubGroups?: boolean;
}

Properties

resultCount?: number
withNodeList?: boolean
withSubGroups?: boolean