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

# Managing Users

> Manage user accounts, permission groups, and credentials so each person sees only what their access allows.

The Users section in Lerian Console allows you to manage Access Manager user accounts, control access permissions, and maintain user credentials. Each user has a unique account with assigned permission groups that determine what actions they can perform in the platform.

In multi-tenant deployments, the list is scoped to the tenant of the logged-in administrator. Console does not expose users from other tenants.

## Accessing the Users page

***

To access the **Users** section:

<Steps>
  <Step>
    Click the gear icon (<Icon icon="gear" />) in the top navigation bar.
  </Step>

  <Step>
    Select **Users** from the sidebar.
  </Step>

  <Step>
    The **Users** page displays all registered users in a table with the following columns:

    * **Name** – The user's full name (first and last name)
    * **E-mail** – The user's email address
    * **Group** – The permission group assigned to the user
    * **Actions** – Available operations for each user
  </Step>
</Steps>

<Warning>
  You cannot delete your own user account. This prevents accidentally locking yourself out of the platform.
</Warning>

## Available actions

***

From the **Users** page, you can:

<CardGroup cols={2}>
  <Card title="Create a user" icon="plus" href="/en/lerian-console/settings/am-creating-user">
    Add a new user account with credentials and group assignment.
  </Card>

  <Card title="Edit a user" icon="pen" href="/en/lerian-console/settings/am-editing-user">
    Update user information such as name, email, and group assignment.
  </Card>

  <Card title="Change user password" icon="key" href="/en/lerian-console/settings/am-changing-password">
    Reset or change a user's password.
  </Card>

  <Card title="Delete a user" icon="trash" href="/en/lerian-console/settings/am-deleting-user">
    Remove a user account from the platform.
  </Card>
</CardGroup>

## User groups

***

Users are assigned to groups that define their permissions within the platform. The available groups determine what resources users can access and what actions they can perform.

When creating or editing a user, you can assign one or more groups to define their access level.
