Create User Group
create_user_groupCreate a new user group with a unique name and assign members using their IDs from list_users.
Instructions
Create a new user group and assign members. Member ids come from list_users. Fails with a 409 if a group with the same name already exists in the company.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| users | No | User _id strings to add as members (fetch via list_users) | |
| description | Yes | Group name |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Response payload from the Speak AI API |