Skip to content

Commit

Permalink
Remove old permissions docs page
Browse files Browse the repository at this point in the history
  • Loading branch information
VeljkoMaksimovic committed Jan 24, 2024
1 parent 13ed724 commit 4d3bd4c
Showing 1 changed file with 2 additions and 52 deletions.
54 changes: 2 additions & 52 deletions docs/account-management/permission-levels.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4d3bd4c

Please sign in to comment.