From 4d3bd4c9d427161881130ad5170f6a960b443012 Mon Sep 17 00:00:00 2001 From: VeljkoMaksimovic Date: Wed, 24 Jan 2024 15:17:22 +0100 Subject: [PATCH] Remove old permissions docs page --- docs/account-management/permission-levels.md | 54 +------------------- 1 file changed, 2 insertions(+), 52 deletions(-) diff --git a/docs/account-management/permission-levels.md b/docs/account-management/permission-levels.md index b51a2b872..bcf3ca5a6 100644 --- a/docs/account-management/permission-levels.md +++ b/docs/account-management/permission-levels.md @@ -5,59 +5,9 @@ Description: Semaphore organizations can have an unlimited number of users. User # Permission levels Semaphore organizations can have an unlimited number of users. Users in the organization -have different permissions based on their role. +have different permissions based on their role. To read more about the RBAC model implemented within the Semaphore, checkou out [this page](https://docs.semaphoreci.com/security/rbac-authorization/) -## Owner - -The creator of an organization is its owner. There cannot be multiple owners, but -it is possible to [transfer ownership](https://docs.semaphoreci.com/account-management/organizations/#transferring-ownership-of-an-organization) of an organization. - -The Owner can: - -- See all projects -- Add projects to the organization if they have Admin access to the corresponding repository. -- Transfer project ownership -- Delete projects if they have Admin access to the corresponding repository. -- Manage people -- Manage billing -- Transfer ownership of the organization -- Delete the organization - -## Admins - -Users with the Admin permission level can: - -- See all projects -- Add projects to the organization if they have Admin access to the -corresponding repository -- Transfer project ownership -- Delete projects if they have Admin access to the corresponding repository; -- Manage people -- Manage billing - -## Members - -Users with Member permission level can: - -- See all projects they can also see on GitHub or Bitbucket -- Add projects to the organization if they have Admin access to the corresponding repository -- Transfer project ownership -- Delete projects if they have Admin access to the corresponding repository - -## Changing permission level - -Every user in the organization can be promoted from the [Member permission -level](https://docs.semaphoreci.com/account-management/permission-levels/#members) to the [Admin permission level](https://docs.semaphoreci.com/account-management/permission-levels/#admin). This can be done by following these steps: - -1. Go to the **People** page of your organization -2. Click on the **Promote** button next to the username of the user you’d like to promote - -The same steps should be followed if you want to change a user's permission level from -Admin to Member. In this case, click on the **Demote** button next to the username. - -Only an Admin or the Owner of the organization can perform these steps. - -**Note:** An organization can only have one [Owner](https://docs.semaphoreci.com/account-management/permission-levels/#owner). If you’d like to transfer ownership, please visit [this page](https://docs.semaphoreci.com/account-management/organizations/#transferring-ownership-of-an-organization). +**Note:** An organization can only have one Owner. If you’d like to transfer ownership, please visit [this page](https://docs.semaphoreci.com/account-management/organizations/#transferring-ownership-of-an-organization). ## See also