Manage Roles

User roles define the information that a specific user assigned to the role can view and what they can do in Cloud Elements. Each role includes a list of privileges that you can add or remove depending on how you want to manage roles in your organization.

Cloud Elements supports the following roles:

  • Organization Administrator — Manage all aspects of security; create elements, formula templates, and virtual data resources for the organization; and can access all logs in Activity.
  • Account Administrator — Performs the same function of the Organization Administrator, but only on the account where they are the administrator. Account Administrator cannot create or manage accounts or set security rules.
  • Default User — A non-administrator role for users in non-default accounts.
    Note: You cannot manually set default-user roles for the users in your account. This is intentional behavior, as the default-user role is system-assigned.
  • Organization User — A non-administrator user is a system assigned account. Users with the Organization User account have no different privileges than other default users as the system generates their access levels with respect to the default settings.

Update User Roles 

You can assign a user as an organization or account administrator or remove roles. If you want to assign a user as an organization administrator, they must be in the Company Default Account.

Using our APIs?

Change a users role with PATCH /users/{id} .

Remove a role with DELETE /users/{userId}/roles/{roleKey}.

Assign a role with PUT /users/{userId}/roles/{roleKey}.

Note: Using APIs, you can manually assign the default-user and org roles to a new user, but this overrides the system’s assignment of the roles and is not recommended.

To update a user's role or information:

  1. Access the Accounts Edit page.
  2. Click the Edit icon.
  3. Update the user role or information. To reassign the user to be an organization or account administrator, select Org Admin or Account Admin.

Managing Roles for Multiple Users

Cloud Elements supports configuring permissions for different roles, which can be used to assign varying levels of access to users that need to interact with the Cloud Elements platform. There are four roles that can be configured: Organization Administrator, Account Administrator, Default User, and Organization User.

Note: 

  • Only Organization Administrator (`org-admin`) and Account Administrator (`admin`) can be manually assigned to users. 
  • Default User (`default-user`) and Organization User (`org`), are assigned by the system. This does not mean you cannot use these roles.

Here is how you can use the roles to meet the use-case to have two “levels” of users:

  • A `default-user` is system-assigned when a user is created in a non-default account (the original account your organization was created with). A user with the `default-user` role would be best suited to permissions at the account-level. 
  • An `org` user is system-assigned when a user is created in the default account. A user with the `org` role would be best suited to permissions at the org-level.

Here is an example on how the roles can be defined and assigned in a business:

  • Administrator / power user: A user that can perform any action, in any account, to any resource or artifact at the organization and account level.
    • Organization Administrator (`org-admin`)
  • Account-level administrator user: A user that can perform any action in their specific account to any resource or organization that exists in their account.
    • Account Administrator (`admin`)
  • Integration / support specialist: A user that can perform specific actions to customize resources and artifacts at a granular level for different customers across numerous accounts, but not affect resources and artifacts at the organization or account level. This user could possibly also have permissions to view logs / activity for troubleshooting and support purposes.
    • Auto-assigned Organization User (`org`)
  • API User: A user that is used by your external software to access resources (like VDRs, Formulas, and Element API requests) from Cloud Elements.
    • Auto-assigned Default User (`default-user`)

To create a user as an `org` user (the integration / support specialist mentioned above), create a new user in the default account and do not assign other roles.

To create a user as a `default-user` (the API User mentioned above), create a new user in a non-default account and do not assign other roles.

In case of more roles

You can use the same role for multiple types of users. For example, API User can also have the same privileges as one of the other roles as you can customize their access manually. 

Update Permissions Assigned to Roles

You can customize the permissions assigned to the Cloud Elements roles. You can grant access to new permissions or remove access from existing permissions. This is applicable to all the roles.

To update permissions assigned to roles:

  1. Access the Security page.

    Note: If you don't see Security, your assigned role does not have access to it. 

  2. Click the Roles tab.
  3. Click the check boxes to assign or remove permissions.
  4. Click Update Roles.