-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add roles page * Update roles-in-plain.mdx --------- Co-authored-by: Mathias Vagni <[email protected]>
- Loading branch information
1 parent
26850bb
commit f70627e
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -102,7 +102,8 @@ | |
"shortcuts", | ||
"auto-responses", | ||
"plain-ai", | ||
"broadcasts" | ||
"broadcasts", | ||
"roles-in-plain" | ||
] | ||
}, | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
title: 'Roles & Permissions' | ||
--- | ||
|
||
Below you'll find the roles available within your Plain workspace. Set your team's roles depending on the level of access and ownership they need. | ||
|
||
- `Owner`: Full access to everything, including billing, deleting workspaces, managing workspace settings and API keys. | ||
- `Admin`: Access to everything in Plain except for billing and deleting workspaces. | ||
- `Support`: Can message customers and use all in-app features. | ||
- `Viewer`: Can view all support requests and participate in internal discussions, but cannot send messages to customers via Plain. Viewer seats are completely free, and unlimited. | ||
|
||
**Note**: Owner, Admin, and Support seats are paid seats in Plain, while viewer seats are free. [View our full pricing breakdown here](https://www.plain.com/pricing) | ||
|
||
You can view and update existing user's roles or add new users from **Settings → Members**. | ||
|
||
You can also manage billing directly from Plain. Navigate to **Settings → Billing** to view, or make changes to your billing settings. |