[comment]: # aside: 3

[comment]: # translation:outdated

[comment]: # ({new-c17ec0cb})
# 3 Adding users

[comment]: # ({/new-c17ec0cb})

[comment]: # ({new-9c880c53})

## Introduction

The following examples describe how to add users to your organization and nodes.

[comment]: # ({/new-9c880c53})

[comment]: # ({new-a06c0f19})

## Adding users to organizations

Similar to [users](/manual/config/users_and_usergroups) in Zabbix, you can create users in Zabbix Cloud and assign them roles to control what they can do within an organization and its nodes.

To add users to your organization:

1\. Open the *All organizations* page.

2\. Click the ![](../../assets/en/cloud/quickstart/organization_management_button.png){width="30"} settings button of the particular organization to enter its management menu.

![](../../assets/en/cloud/quickstart/private_organization_management.png){width="600"}

3\. In the *Users* or *Admins* tab, click *Add new user*.

4\. Enter the user's email and select a role: *Administrator* or *User*.

Note that selecting the *User* role adds the user to the organization, but does not [grant access](#adding-users-to-nodes) to any nodes.

Each role grants a different level of access:

-   **User** - can access nodes they're assigned to and can perform configuration tasks that do not generate charges, for example:
    -   Manage [access filters](/cloud/node_configuration#access-filters-tab)
    -   Configure [encryption](/cloud/node_configuration#encryption-tab)
    -   Set [history/trend](/cloud/node_configuration#history-tab) retention periods
    -   Schedule [maintenance](/cloud/node_configuration#maintenance-tab)

-   **Administrator** - has all User permissions and can also perform actions that may generate charges, for example:
    -   Create and restore [backups](/cloud/node_configuration#backups-tab)
    -   [Upgrade or downgrade](/cloud/node_configuration#upgrade-tab) node resources (compute tier and disk size)
    -   Cancel subscriptions

-   **Owner** - has full control over the organization. In addition to all Administrator permissions, the Owner can:
    -   [Create and destroy](/cloud/node_configuration) nodes
    -   Add or remove Users and Administrators
    -   Rename or delete the organization
    -   Manage billing details

::: noteimportant
The Owner's payment method is charged for all services. If bank confirmation is required, the Owner must authorize the transaction, even if it was initiated by an Administrator.
:::

The invited user will be added with a *Pending* status. 
You can revoke the invite or resend it (resending is available once every 10 minutes—the button will be disabled if this limit is reached).

![](../../assets/en/cloud/quickstart/pending_invitation.png){width="600"}

[comment]: # ({/new-a06c0f19})

[comment]: # ({new-42efd3cb})

## Adding users to nodes

To add the user to the node: 

1. Go to the *Nodes* tab.
2. Click *Grant Access*.
3. Select a user [added to the organization](#adding-users-to-organizations) from the dropdown.
4. Click *Grant access*.

![](../../assets/en/cloud/quickstart/nodes_tab.png){width="600"}

Alternatively, you can grant access from the [*Node configuration*](/cloud/node_configuration) window:

1. Click the ![](../../assets/en/cloud/quickstart/organization_management_button.png){width="30"} settings button.  
2. Select *Add user*.
3. Choose a user and click *Grant access*.

Invited users must accept the invitation by creating a Zabbix Cloud account using the same email address where the invitation was sent.
If the user already has a Zabbix Cloud account under that email, they must sign in and confirm the invitation. 
Invitations are tied to a specific email address and cannot be accepted from a different account.

[comment]: # ({/new-42efd3cb})
