Skip to main content

User management

Overview

Organization admins can invite users and assign roles. The role determines which resources a user can create, delete, or view. For the detailed permission model, see Role-based access control (RBAC).

Prerequisites
  • User.UserInvite.CREATE permission (Owner role or equivalent)
First admin account in standalone organizations

Organizations in the commercial/public zones (*.elice.cloud) cannot self-create the organization and the first admin account. The Elice operations team provisions both during onboarding, and admins then invite additional users with the procedure on this page. Elice-integrated organizations (*.elice.io) join automatically using their Elice account and don't go through this step.


Inviting a user

  1. Go to User Management > User Invites.
  2. Click Invite User in the top right.
  3. Enter the email address to invite.
  4. Pick the roles to assign (multiple allowed; search is supported).
  5. Click Send invite.

The invitee completes signup through the email link and is automatically added to the organization. Invitation emails switch to Expired 3 days after they are sent, after which you need to re-invite.

Assigning multiple roles at once

When a user has multiple roles, the permissions of all of them are combined. Composing small-grained roles tends to make administration easier.


Built-in roles

Four roles are available out of the box.

RoleBest fit
OwnerWhoever manages the whole organization
ContributorResearchers and developers who create and operate VMs, storage, and networks
SupportOperations staff handling troubleshooting
ReaderInterns, auditors, external partners — anyone who only needs read access

To create a role tailored to your organization's workflow, see RBAC > Creating a custom role.


Invitation status

User Management > User Invites shows the status of every invitation.

StatusMeaning
PendingInvite sent; the user hasn't accepted yet
AcceptedUser completed signup and joined the organization
ExpiredThe invitation has aged out; you need to re-invite

To cancel a pending invite, select the row and click Cancel invite.


Editing and removing users

In User Management > Users:

  • Change roles: pick a user and add or remove roles
  • Remove: remove the user from the organization (the user's account itself is kept)
  • Detail view: see assigned roles and last sign-in time
Removing a user does not remove their resources

After removal, the VMs and storage that user created remain in the organization. Hand them off to someone else before removing the user if needed.


Next steps