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

    Type Alias UserPropertyResult

    Contains the properties obtained for a user. This is the return type when calling method getUserProperty.

    type UserPropertyResult = {
        property: StringDictionary;
    }
    Index

    Properties

    Properties

    property: StringDictionary

    Contains user properties in key-value pair.