SAS logoSAS® Mobile Investigator API
    Preparing search index...

    Interface SmiUserApiDetails

    User detail information.

    interface SmiUserApiDetails {
        displayName: string;
        sasAdministrator: boolean;
        userId: string;
    }
    Index

    Properties

    displayName: string

    The user display name.

    sasAdministrator: boolean

    Whether or not the user is a SAS administrator.

    userId: string

    The user id.