Skip to contents

Creates a new user in the Databricks workspace. This new user will also be added to the Databricks account.

Usage

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

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

Arguments

client

Required. Instance of DatabricksClient()

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.

id

Databricks user ID.

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.