TreeINFO-For-M365 documentation
    Preparing search index...

    Interface IsMemberOfGroupProps

    interface IsMemberOfGroupProps {
        disableRecursive?: boolean;
        groups: (string | number)[];
        groupType?: "SP" | "Security";
        userId?: number;
        userName?: string;
    }
    Index

    Properties

    disableRecursive?: boolean

    Specifies wether to search groups recursively.

    false
    
    groups: (string | number)[]

    The groups to be searched. Can be either a group name, email or id.

    groupType?: "SP" | "Security"

    Specifies group type.

    all group types
    
    userId?: number

    Id of the user that should be checked.

    current user
    
    userName?: string

    Login name of the user that should be checked.

    current user