Conexia Telecom SDK
    Preparing search index...

    Type Alias User

    Represents user info.

    type User = {
        avatar: string;
        departments: string[];
        description?: string;
        dnd: DndState;
        email: string;
        extension: string;
        location: string;
        mobilePhones: MobilePhone[];
        name: string;
        protocol: string;
        smsDid?: string;
        suspend: boolean;
        title: string;
        userId: string;
        videoSupported: boolean;
        voicemailEnabled: boolean;
    }
    Index
    avatar: string

    Avatar file name.

    departments: string[]

    Departments user is part of.

    description?: string

    User description.

    User's do not disturb state.

    email: string

    User's email.

    extension: string

    User extension number.

    location: string

    User location.

    mobilePhones: MobilePhone[]

    User mobile phones.

    name: string

    User name.

    protocol: string

    User protocol used for phone device. (SIP, IAX ...).

    smsDid?: string

    User sms did.

    suspend: boolean

    Indicate whether user is suspended.

    title: string

    User title. (Mr. Mrs. ...).

    userId: string

    Unique identifier.

    videoSupported: boolean

    Indicates whether user has support on server side for video calls.

    voicemailEnabled: boolean

    Indicates whether user has voicemail enabled.