Request payload for fetching group of current user by id.

interface GetGroupByIdRequestParams {
    id: string;
    withNodeDetails?: boolean;
    withNodeList?: boolean;
    withSubGroups?: boolean;
}

Hierarchy

Properties

id: string
withNodeDetails?: boolean
withNodeList?: boolean
withSubGroups?: boolean