Databricks SDK for JavaScript
    Preparing search index...

    Interface UpdateAccountUserRequest

    interface UpdateAccountUserRequest {
        accountId?: string;
        active?: boolean;
        displayName?: string;
        emails?: AccountComplexValue[];
        externalId?: string;
        id?: string;
        name?: AccountName;
        roles?: AccountComplexValue[];
        userName?: string;
    }
    Index

    Properties

    accountId?: string

    account ID

    active?: boolean

    If this user is active

    displayName?: string

    String that represents a concatenation of given and family names. For example John Smith.

    All the emails associated with the user.

    externalId?: string

    External ID is not currently supported. It is reserved for future use.

    id?: string

    user ID.

    Indicates if the group has the admin role.

    userName?: string

    Email address of the user.