Articles in this section

How to add/remove users on projects?

To add or remove users on a project, you need to be an organization owner or an Admin user of the project where you wish to make the changes. 

To add a user to a project:

In the console:

  1. Select the project where you want to add a new user.
  2. Click  Settings.
  3. Click Access.
  4. Click + Add.
  5. Add the user’s details and choose their permissions.
  6. Click Save.

With the CLI:

platform user:add EMAIL_ADDRESS -r PERMISSIONS_TO_GRANT

For example, if you want to add user1@example.com to the project as a project admin, run the following command:

platform user:add user1@example.com -r admin

If you want to add user2@example.com to the project as a contributor for Development environments and a viewer for Staging environments, run the following command:

platform user:add user2@example.com -r development:contributor -r staging:viewer

To remove a user from a project:

In the conole:

  1. Navigate to your organization or a project in it.
  2. Open the user menu (your name or profile picture).
  3. Click Users.
  4. For the user you want to remove, click  More.
  5. For the project you want to remove them from, click  More.
  6. Click Remove from project.
  7. Click Yes.

With the CLI:

Run the following command:
platform user:delete user1@example.com

To apply SSH access changes after changing a user’s permissions for an environment type, trigger a redeploy.

If you continue having issues after following these steps, or have any further questions, please do not hesitate to contact support. 

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.