@webitel/api-services
    Preparing search index...
    type UpdateUserUserBody = {
        chat_name?: string;
        contact?: ApiObjectId;
        created_at?: string;
        created_by?: ApiUserId;
        deleted_at?: string;
        deleted_by?: ApiUserId;
        device?: ApiObjectId;
        devices?: ApiObjectId[];
        email?: string;
        extension?: string;
        force_password_change?: boolean;
        hotdesks?: ApiObjectId[];
        license?: ApiLicenseUser[];
        name?: string;
        password?: string;
        permissions?: ApiPermission[];
        presence?: ApiUserPresence;
        profile?: UpdateUserUserBodyProfile;
        roles?: ApiObjectId[];
        totp_url?: string;
        updated_at?: string;
        updated_by?: ApiUserId;
        username?: string;
    }
    Index

    Properties

    chat_name?: string

    The "chat_name" field is used to store the name displayed externally on the platform. For example, "chat_name" is shown when an agent connects to chats with clients.

    contact?: ApiObjectId

    [optional] contact connected to this user

    created_at?: string
    created_by?: ApiUserId
    deleted_at?: string
    deleted_by?: ApiUserId
    device?: ApiObjectId
    devices?: ApiObjectId[]

    [editable] list of unique regular devices, attached to this user

    email?: string
    extension?: string
    force_password_change?: boolean

    When set to true, the user will be required to change their password on next login.

    hotdesks?: ApiObjectId[]
    license?: ApiLicenseUser[]
    name?: string
    password?: string
    permissions?: ApiPermission[]
    presence?: ApiUserPresence

    string presence = 7; // unique set of presentity status:basic tuples open[ed] string status = 8; // short display status (short description)

    roles?: ApiObjectId[]
    totp_url?: string
    updated_at?: string
    updated_by?: ApiUserId
    username?: string