Read Group
Read a group in Databricks.
Input
| Field | Definition | Type | Required |
|---|---|---|---|
| Group | |||
| ID | Unique identifier of the group. | Text | TRUE |
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 |