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

# Team

> Manage users and their permissions across the store network in the Solya POS Centrale.

The **Team** area manages the people who use Solya POS — the members of your
network's staff — and the permissions that decide what each of them can do.

## What it is for

* Maintain the **directory** of team members.
* Create, edit and deactivate members.
* Inspect each member's **effective permissions**.

## Key screens and actions

<Steps>
  <Step title="Team directory">
    The team screen lists members with their role and status; the members table is
    the directory you work from.
  </Step>

  <Step title="Add or edit a member">
    Create a member and set their details and role, or edit an existing one.
    Members can be deactivated rather than deleted.
  </Step>

  <Step title="Review permissions">
    The permissions panel resolves a member's effective scopes, so you can see
    exactly which actions their role grants.
  </Step>
</Steps>

<Note>
  Permissions are scope-based (`pos.<domain>.<action>`). For how roles, scopes and
  sign-in work, see [roles and permissions](/en/getting-started/roles-and-permissions).
</Note>

## In the API

| Capability           | Endpoints                                                                                 |
| -------------------- | ----------------------------------------------------------------------------------------- |
| Team directory       | `GET/POST /v1/team`, `GET/PUT /v1/team/{memberId}`, `POST /v1/team/{memberId}/deactivate` |
| Permission catalogue | `GET /v1/permissions/manifest`                                                            |
| Current identity     | `GET /v1/auth/whoami`                                                                     |

Team writes require the team **manage** scope. See the
[API Reference](/en/developers/overview) for full details.
