Members

Overview

Users with an Admin role can manage organization Members. They can invite or remove users from an organization and manage their permissions through RBAC.

Managing users

Inviting users to an organization

An organization Admin can invite new users to join an existing organization in the Platform Orchestrator. An invitation involves sending an email that contains a one-time link that the invited user can follow to associate the account they use with the Platform Orchestrator organization. The link will expire after 7 days. If the link has expired before a user has accepted the invite, a new invite can be sent.

Inviting users is currently supported via the Orchestrator console, in the Members section of your organization at https://console.humanitec.dev .

  1. Select Members from the navigation menu
  2. Click Invite users
  3. In the Email text box on the left-hand side, add the user’s email address you want to invite
  4. Select an RBAC role for the user to invite from the Role dropdown on the right-hand side
  5. Select Send invite to invite the user (or add another user in the invitation)

Not yet supported by the Platform Orchestrator CLI.

Manage user roles in an organization

Organization Admins can modify roles of existing users in an organization.

However, users cannot modify their own roles.

  1. Select Members from the navigation menu
  2. Find the user you want to modify
  3. Select the three dots icon
  4. Select Manage roles
  5. Select a new RBAC role for the user
  6. Select Update to confirm the role change

Not yet supported by the Platform Orchestrator CLI.

Removing users from an organization

Users can be removed from an organization by organization Admins. At least one Admin must remain in the organization.

However, users cannot remove themselves.

  1. Select Members from the navigation menu
  2. Find the user you want to remove
  3. Select the three dots icon
  4. Select Remove user
  5. Confirm the removal in the dialog

Not yet supported by the Platform Orchestrator CLI.

Top