Request payload for fetching group of current user by name.

interface GetGroupByNameRequestParams {
    name: string;
    withNodeDetails?: boolean;
    withNodeList?: boolean;
    withSubGroups?: boolean;
}

Hierarchy

Properties

name: string
withNodeDetails?: boolean
withNodeList?: boolean
withSubGroups?: boolean