Create User
Create a user in Databricks.
Input
| Field | Definition | Type | Required |
|---|---|---|---|
| User | |||
| The email address 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). | True/False | FALSE |
| Is Active | Specifies whether the user is Active (true) or Inactive (false). | 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). | 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 |