create_metabase_group
Create user groups in Metabase to manage permissions and organize team access to dashboards and data.
Instructions
Create a new group (role) in Metabase.
Args: name (str): Name of the group to create. ldap_dn (str, optional): LDAP Distinguished Name if applicable.
Returns: Dict[str, Any]: Created group metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| ldap_dn | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||