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

    Type Alias UserGroupResult

    Result of the query for user group membership. This is the return type when calling methods isUserInGroup or isUserInSPGroup.

    type UserGroupResult = {
        groups: { [key: string]: { matched: boolean; name: string; result: boolean } };
        result: boolean;
    }
    Index

    Properties

    Properties

    groups: { [key: string]: { matched: boolean; name: string; result: boolean } }

    List of groups

    result: boolean

    True if the user is a member of at least one group