Update Group
Update a group in Databricks.
Options
| Field | Definition | Type | Required |
|---|---|---|---|
| Update Type |
Choose between Strict or Partial group update:
|
Dropdown | TRUE |
| Pass Empty Values | Choose whether to pass empty values:
|
Dropdown | TRUE |
Input
| Field | Definition | Type | Required |
|---|---|---|---|
| Group | |||
| ID | Unique identifier of the group. | Text | TRUE |
| Display Name | Name of the group. | Text | FALSE |
| Is Account Admin | Specifies whether the group is an Account Admin (true) or not (false). This field appears when you select No from the Pass Empty Values option. | True/False | FALSE |
| Member IDs | List of IDs of users, groups, or service principals. | List of Text | FALSE |
Output
| Field | Definition | Type |
|---|---|---|
| Group | ||
| ID | Unique identifier of the group. | Text |
| Display Name | Name of the group. | Text |
| Is Account Admin | Specifies whether the group is an Account Admin (true) or not (false). | True/False |
| Members | List of members in the group. | List of Objects |
| Display | Display name of the member. | Text |
| ID | Unique identifier of the member. | Text |
| Type | Type of member. For example, User, Group, or Service Principal. |
Text |
| Raw Output | API returns the raw response body. | Object |