# Portal Users

Administrators are granted permissions to perform advanced actions to manage the broader WorkSpaces estate. In WorkSpaces Manager, these permissions can be granularly assigned to Portal Administrators for specific tasks.

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

This section allows the delegation of support roles, enabling different users to access the WorkSpaces Manager console with specific administrative rights. For example, you may assign two staff members to manage users with critical roles, where policy dictates that only they are authorized to change the reboot times for those users' WorkSpaces.

{% hint style="warning" %}
Before proceeding, ensure that the [Roles](/admin/security-section/roles.md) section includes an Administrator role with full permissions set up.
{% endhint %}

**Adding a new Administrator**

To add a new Portal administrator, click the icon on the right and select **Invite User**.

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

Enter the user's email address. An invitation email with a registration link will be sent.

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

The user must complete the registration process and confirm their email.

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

Once the registration is confirmed, go to the **Portal Users** page. Click on the new user and assign a role either the SuperAdmin role or a custom Admin role you’ve created.

<figure><img src="/files/4YNbLUEoKJfFppYfQPRQ" alt=""><figcaption></figcaption></figure>

**Restricting users to Accounts, Regions or Directories**

For support role delegation, you may want to restrict Portal Administrators to managing WorkSpaces in specific AWS Regions (e.g., a Support team in APAC), specific WorkSpace Directories (e.g., directories containing only Finance and Marketing users), or based on WorkSpace Tags (e.g., where the Department is 'R\&D').

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

With this Admin Role, we've restricted the assigned users to managing WorkSpaces in the **eu-west-1**, **eu-west-2**, and **eu-central-1** regions, within a specific WorkSpace Directory, and any WorkSpaces in the assigned AWS Account (with multiple options if Multi-AWS accounts are set up). They cannot manage WorkSpaces outside of these parameters (e.g., they cannot terminate or reboot a WorkSpace in **us-east-1**). You can add or remove Accounts, Regions, and Directories by clicking the bin icon next to them.

{% hint style="danger" %}
It’s important to note that Directories take precedence over Regions, and Accounts override both Directories and Regions.
{% endhint %}


---

# 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://docs.nuvens.cloud/admin/security-section/portal-users.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.
