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

# User

> User management within organizations. Covers invitations, multi-org membership, built-in tags, and access control for org members.

## Overview

A user is a member of one or more [orgs](/reference/org).

Users are granted specific access permissions to the various resources within the platform. These grants can be applied to a user by being a member of a [group](/reference/group) or [policy](/reference/policy).

## Invite Users

Refer to the [Invite Users](/guides/invite-users) guide for additional details on how to invite new users to your [org](/reference/org).

## Multiple Orgs

A user can be a member of one or more [orgs](/reference/org).

* To switch between [orgs](/reference/org) from the console:
  * Click on the profile dropdown in the upper right corner.
  * Click on the Org dropdown menu.
  * Click on the desired organization.

## Built-in Tags

Each user has the following built-in [tags](/core/misc#tags):

* `firebase/sign_in_provider`

## Permissions

The permissions below are used to define [policies](/reference/policy) together with one or more of the four
[principal types](/concepts/access-control):

| Permission  | Description                  | Implies                                         |
| :---------- | :--------------------------- | :---------------------------------------------- |
| delete      | Delete existing users        |                                                 |
| edit        | Modify existing users        | view                                            |
| impersonate | Lets you impersonate a user  |                                                 |
| invite      | Can invite users to this org |                                                 |
| manage      | Full access                  | delete, edit, impersonate, invite, manage, view |
| view        | Read-only access             |                                                 |

## Access Report

Displays the permissions granted to principals for the user.

## CLI

To view the CLI documentation for users, see the [User CLI reference](/cli-reference/commands/user).
