Use the Speak AI MCP server tool create_user_group to create a new user group and
assign members.
What does it do?
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.
Parameters
create_user_group takes 2 parameters, 1 of them required.
| Name | Type | Required | Description |
|---|---|---|---|
description |
string | Yes | Group name |
users |
array of string | No | User _id strings to add as members (fetch via list_users) |
Behaviour
The Speak AI MCP server publishes these behaviour hints for create_user_group.
- Can change data in your workspace.
- Does not delete or overwrite existing data.
- Repeating an identical call can have an extra effect.
- Stays inside Speak AI. Does not reach other systems.
Related
- Users & teams lists the rest of the Users & teams category.
- Tool reference lists every Speak AI MCP server tool.
- MCP server covers setup, supported clients, and what agents can do once connected.