Request payload for fetching group sharing requests/invitations of current user.

interface FetchGroupSharingRequestsParam {
    nextRequestId?: string;
    nextUserName?: string;
    primaryUser: boolean;
    recordsNumber?: number;
}

Properties

nextRequestId?: string
nextUserName?: string
primaryUser: boolean
recordsNumber?: number