Skip to content

Commit b323a6b

Browse files
authored
docs: update roles and preferences for modular pricing. PACT-5025 (#425)
1 parent 4f932a8 commit b323a6b

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

website/docs/docs/permissions/predefined-roles.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,11 @@ This role is automatically assigned to any user who is an administrator of a spe
6969

7070
- [`team:manage:{uuid}`](/docs/permissions#teammanageuuid)
7171

72-
## Viewer
72+
## Read-Only
73+
74+
:::note
75+
This is a legacy role (previously called **Viewer**) and is no longer assigned to new accounts.
76+
:::
7377

7478
#### Default permissions
7579

@@ -78,15 +82,17 @@ This role is automatically assigned to any user who is an administrator of a spe
7882
- [`team:read:*`](/docs/permissions#teamread)
7983
- [`user:read:*`](/docs/permissions#userread)
8084

81-
## Guest
85+
## Viewer
8286

83-
A user with the guest role can only view contract related data through the UI and has no API access.
87+
A user with the **Viewer** role can view contract-related data through the UI, but does not have API access.
8488

85-
The guest role permissions may not be modified.
89+
Viewer role permissions are fixed, and you cannot modify them.
8690

8791
#### Permissions
8892

8993
- [`contract_data:read:*`](/docs/permissions#contract_dataread)
94+
- [`team:read:*`](/docs/permissions#teamread)
95+
- [`user:read:*`](/docs/permissions#userread)
9096

9197
## SwaggerHub
9298

website/docs/docs/user-interface/settings/preferences.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ formatted text](https://commonmark.org/help/) (which also supports HTML markup).
3434

3535
#### Default Role
3636

37-
This preference assigns the default role for new users. If this preference is not set, new users will be assigned the [User](/docs/permissions/predefined-roles#user) role.
37+
This preference determines the default role assigned to new users, based on their seat type.
38+
39+
- If not set, new users with the **Editor** seat type are assigned the [User](/docs/permissions/predefined-roles#user) role.
40+
- If not set, new users with the **Viewer** seat type are assigned the [Viewer](/docs/permissions/predefined-roles#viewer) role.
3841

3942
#### Default Team
4043

0 commit comments

Comments
 (0)