---
title: "List User Groups"
description: "List all user groups in the company."
---

> Documentation Index
> Fetch the complete documentation index at: https://docs.speakai.co/llms.txt
> Use this file to discover all available pages before exploring further.

# List User Groups

Use the Speak AI MCP server tool `list_user_groups` to list all user groups in the
company.

## What does it do?

List all user groups in the company. Each group includes its members (hydrated
names/emails) and member ids. Use this to discover group ids and current membership
before updating or deleting a group.

## Parameters

`list_user_groups` takes no parameters.

## Behaviour

The Speak AI MCP server publishes these behaviour hints for `list_user_groups`.

- Only reads data. Does not modify your workspace.
- Does not delete or overwrite existing data.
- Repeating an identical call is safe.
- Stays inside Speak AI. Does not reach other systems.

## Related

- [Users & teams](/mcp/tools/users-team/) lists the rest of the Users & teams
  category.
- [Tool reference](/mcp/tools/) lists every Speak AI MCP server tool.
- [MCP server](/mcp/) covers setup, supported clients, and what agents can do once
  connected.

Source: https://docs.speakai.co/mcp/tools/users-team/list_user_groups/index.mdx
