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

# Team Management

> Invite team members and manage roles within your organization.

Closient uses role-based access control (RBAC) to manage what team members can do within your organization. Each member has a single role per organization.

## Roles

| Role        | What They Can Do                                                                                           |
| ----------- | ---------------------------------------------------------------------------------------------------------- |
| **Owner**   | Everything — manage org settings, billing, members, products, API keys. Can delete the organization.       |
| **Manager** | Manage billing, invite/remove members, manage products and offers, create API keys. Cannot delete the org. |
| **Editor**  | Manage products and offers. Cannot access billing, members, or API keys.                                   |
| **Billing** | Manage billing and subscriptions only. Cannot manage products, members, or API keys.                       |

## Inviting Members

<Steps>
  <Step title="Go to Members">
    Navigate to **Settings > Members** in your Dashboard.
  </Step>

  <Step title="Send an invitation">
    Click **Invite Member**, enter their email address, and select a role.
  </Step>

  <Step title="They accept">
    The invited person receives an email with a link to join your organization. If they don't have a Closient account, they'll be prompted to create one.
  </Step>
</Steps>

## Changing Roles

Owners and Managers can change any member's role from the Members page. Click the role dropdown next to a member's name and select the new role.

<Warning>
  An organization must always have at least one Owner. You cannot change the last Owner's role or remove them.
</Warning>

## Removing Members

Owners and Managers can remove members by clicking **Remove** next to their name on the Members page. Removed members immediately lose access to the organization's data, products, and API keys.

## Multiple Organizations

A single Closient account can belong to multiple organizations with different roles in each. Use the organization switcher in the top-left of the Dashboard to switch between them.

This is useful for:

* **Agencies** managing multiple brand clients
* **Consultants** working across organizations
* **Employees** involved in both brand and retail operations

<CardGroup cols={2}>
  <Card title="First Steps" icon="rocket" href="/first-steps">
    Walk through the complete setup process.
  </Card>

  <Card title="Authentication" icon="lock" href="/authentication">
    Understand API key types and permission levels.
  </Card>
</CardGroup>
