You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/account-management/permission-levels.md
+2-52Lines changed: 2 additions & 52 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,59 +5,9 @@ Description: Semaphore organizations can have an unlimited number of users. User
5
5
# Permission levels
6
6
7
7
Semaphore organizations can have an unlimited number of users. Users in the organization
8
-
have different permissions based on their role.
8
+
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/)
9
9
10
-
## Owner
11
-
12
-
The creator of an organization is its owner. There cannot be multiple owners, but
13
-
it is possible to [transfer ownership](https://docs.semaphoreci.com/account-management/organizations/#transferring-ownership-of-an-organization) of an organization.
14
-
15
-
The Owner can:
16
-
17
-
- See all projects
18
-
- Add projects to the organization if they have Admin access to the corresponding repository.
19
-
- Transfer project ownership
20
-
- Delete projects if they have Admin access to the corresponding repository.
21
-
- Manage people
22
-
- Manage billing
23
-
- Transfer ownership of the organization
24
-
- Delete the organization
25
-
26
-
## Admins
27
-
28
-
Users with the Admin permission level can:
29
-
30
-
- See all projects
31
-
- Add projects to the organization if they have Admin access to the
32
-
corresponding repository
33
-
- Transfer project ownership
34
-
- Delete projects if they have Admin access to the corresponding repository;
35
-
- Manage people
36
-
- Manage billing
37
-
38
-
## Members
39
-
40
-
Users with Member permission level can:
41
-
42
-
- See all projects they can also see on GitHub or Bitbucket
43
-
- Add projects to the organization if they have Admin access to the corresponding repository
44
-
- Transfer project ownership
45
-
- Delete projects if they have Admin access to the corresponding repository
46
-
47
-
## Changing permission level
48
-
49
-
Every user in the organization can be promoted from the [Member permission
50
-
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:
51
-
52
-
1. Go to the **People** page of your organization
53
-
2. Click on the **Promote** button next to the username of the user you’d like to promote
54
-
55
-
The same steps should be followed if you want to change a user's permission level from
56
-
Admin to Member. In this case, click on the **Demote** button next to the username.
57
-
58
-
Only an Admin or the Owner of the organization can perform these steps.
59
-
60
-
**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).
10
+
**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).
0 commit comments