# User Management

Managing user access in Astera Cloud Portal is user-centric and allows you to efficiently control who can access your cloud resources. This guide will walk you through the process of managing users in your Organization.

### User Management

1. Let's begin by navigating to the *User Management* section in your Astera Cloud Portal.\
   Here, you'll see the *User Management* interface displaying existing users and their roles

<figure><img src="/files/pXhpcmX5tvQ8xvjP89Wi" alt=""><figcaption></figcaption></figure>

2. To add a new user to your portal, click on the *Invite User* button.
3. The *Add User* pop-up will appear. Here, you'll need to provide the following information:

<img src="/files/Y5ppLTD1B0KKA2tDSHvl" alt="" width="563">

* Email Address: Enter the email address of the user you want to invite
* Role Assignment: You can assign one of two roles to the new user:
  * Admin: Provides full administrative access to the portal, including the ability to manage other users, access all resources, and modify settings
  * User: Provides standard user access with limited administrative privileges

<img src="/files/gk8wOgCn41g36KaX4sSp" alt="" width="563">

* Click *Send Invite* to send an invitation email to the new user. A success message will appear notifying if the email was sent successfully.

<figure><img src="/files/AiTIYIzgNqQEtJeVS8gn" alt=""><figcaption></figcaption></figure>

The user will now be able to accept the invitation and login to this organization.

{% hint style="info" %}
**Note:** The invitation is only valid for 3 days, if the user could not accept the invitation within the time limit, then you can resend the invitation.
{% endhint %}

### Managing Invitations

After sending an invitation, you can monitor the status of your invites in the *Invited* section.

![](/files/E1S3cKMmzDBVspbuFqig)

The interface displays several important details about each user:

* Email: The user's email address
* Roles: Displays the assigned role (Admin or User)
* Status: Shows whether the user is *Active*, *Accepted* or *Cancelled*
  * Active: The invitation has been sent but not yet accepted
  * Accepted: The user has accepted the invitation and can access the portal
  * Cancelled: The invitation for the user has been cancelled
* Actions:
  * Cancel Invitation: Cancel an invitation here.
  * Resend Invitation: Resend an invitation here

<img src="/files/xGgO1Mi6brcljIwJIg5U" alt="" width="329">

### Managing Existing Users

Once users have accepted their invitations and are part of your organization, an *Admin* can manage their access and roles as needed in the *Users* section.

In the *Actions* column for each active user, you'll find a menu with the following options:

<img src="/files/JRl44eyWTzEuiX39qwql" alt="" width="315">

* Delete: Permanently removes the user from the organization
* Deactivate: Temporarily disables the user's access without removing them
* Make Admin: Promotes a regular user to admin role


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.astera.com/setting-up/cloud/user-management.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
