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

# Groups

> The Groups API allows you to programmatically manage user groups within your organization.

The Groups API allows you to programmatically manage user groups within your organization.
Groups are used to organize users, manage permissions, and automate task assignments, making it easier
to handle customer support and insights effectively.

## Overview

Groups in our system enable:

* **Permission Management** - Control access to features and data based on group membership
* **Support Hours & Team Assignment** - Define support schedules and automatically route customer inquiries to the right team
* **Automated Task Assignment** - Automatically assign customer insights and AI recommendations to specific teams
* **Team Organization** - Structure your support and operations teams efficiently

## Available Endpoints

<CardGroup>
  <Card title="Get Specific Group" icon="magnifying-glass" href="/api-reference/groups/get">
    Get detailed information about a specific group
  </Card>

  <Card title="Create Group" icon="plus" href="/api-reference/groups/create">
    Create a new group
  </Card>

  <Card title="Update Group" icon="pen" href="/api-reference/groups/update">
    Update an existing group
  </Card>

  <Card title="Delete Group" icon="trash" href="/api-reference/groups/delete">
    Delete a group
  </Card>

  <Card title="Get All Groups" icon="list" href="/api-reference/groups/get_all">
    Get all groups in the organization
  </Card>

  <Card title="Add User to Group" icon="user-plus" href="/api-reference/groups/add_user">
    Add a user to a group
  </Card>

  <Card title="Remove User from Group" icon="user-minus" href="/api-reference/groups/remove_user">
    Remove a user from a group
  </Card>
</CardGroup>
