Skip to contents

Replaces a user's information with the data supplied in request.

Usage

update_user(
  client,
  id,
  active = NULL,
  display_name = NULL,
  emails = NULL,
  entitlements = NULL,
  external_id = NULL,
  groups = NULL,
  name = NULL,
  roles = NULL,
  schemas = NULL,
  user_name = NULL
)

usersUpdate(
  client,
  id,
  active = NULL,
  display_name = NULL,
  emails = NULL,
  entitlements = NULL,
  external_id = NULL,
  groups = NULL,
  name = NULL,
  roles = NULL,
  schemas = NULL,
  user_name = NULL
)

Arguments

client

Required. Instance of DatabricksClient()

id

Databricks user ID.

active

If this user is active.

display_name

String that represents a concatenation of given and family names.

emails

All the emails associated with the Databricks user.

entitlements

Entitlements assigned to the user.

external_id

External ID is not currently supported.

groups

This field has no description yet.

name

This field has no description yet.

roles

Corresponds to AWS instance profile/arn role.

schemas

The schema of the user.

user_name

Email address of the Databricks user.