Update User

Update a user in Databricks.

Options

Field Definition Type Required
Pass Empty Values? Choose whether to pass empty values:
  • Yes: For any input field on the card that's blank or assigned a null value, the update includes the empty field. This clears any existing value on the remote system for that field.
  • No: If an input field on the card is blank or assigned a null value, no data is sent to the remote system for this field. Any existing value on the remote system remains unchanged.
Dropdown TRUE

Input

Field Definition Type Required
User
ID Unique identifier of the user. Text TRUE
First Name First name of the user. Text FALSE
Last Name Last name of the user. Text FALSE
Is Account Admin Specifies whether the user is an Account Admin (true) or not (false). This field appears when you select No from the Pass Empty Values option. True/False FALSE
Is Active Specifies whether the user is Active (true) or Inactive (false). This field appears when you select No from the Pass Empty Values option. True/False FALSE

Output

Field Definition Type
User
ID Unique identifier of the user. Text
User Name Username of the user. Text
Primary Email Primary email address of the user. Text
Emails All the emails associated with the user. List of Objects
Type Type of the email. For example, work. Text
Value The email address of the user. Text
Primary Specifies whether the email address is primary (true) or not (false). True/False
Full Name Full name of the user. Text
First Name First Name of the user. Text
Last Name Last name of the user. Text
Is Account Admin Specifies whether the user is an Account Admin (true) or not (false). This field appears when you select No from the Pass Empty Values option. True/False
Is Active Specifies whether the user is Active (true) or Inactive (false). True/False
Raw Output API returns the raw response body. Object