Create Group
Create a group in Databricks.
Input
| Field | Definition | Type | Required |
|---|---|---|---|
| Group | |||
| Display Name | Name of the group. | Text | TRUE |
| Is Account Admin | Specifies whether the group is an Account Admin (true) or not (false). | 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. Example: User, Group, or Service Principal.
|
Text |
| Raw Output | API returns the raw response body. | Object |