Update Group

Update a group in Databricks.

Options

Field Definition Type Required
Update Type

Choose between Strict or Partial group update:

  • Strict: Updates a group using strict-update semantics. Define all profile properties when updating a group. Any property not specified in the request is set to the default value by the Databricks API.
  • Partial: Updates a group using partial-update semantics. Properties that aren't specified maintain the current value.
Dropdown TRUE
Pass Empty Values Choose whether to pass empty values:
  • Yes: For any input field on the card that's blank or given a null value, the update includes the empty field. This clears any existing value on the remote system for that field. This value is only shown when Update Type is Partial.
  • No: For any input field on the card that's 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
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