create_group
Creates a new Cloudera Data Visualization group with a required name and optional list of user IDs to add.
Instructions
Create a new CDV group.
body fields:
name (str, required): group name
users (list[{id: int}], optional): list of user IDs to add
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |