Docs: add a section about read-only team members

This commit is contained in:
Pēteris Caune 2020-08-31 11:33:06 +03:00
parent 0a85c5ed12
commit a2c123c74b
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2
3 changed files with 28 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -29,6 +29,18 @@ are listed as <strong>members</strong>. The members can:</p>
<li>manage project's billing</li>
<li>remove the project</li>
</ul>
<h2>Read-only Access</h2>
<p>When inviting a team member, their membership can be marked as read-only:</p>
<p><img alt="The Access Level parameter in the Invite form" src="IMG_URL/invite_member.png" /></p>
<p>Read-only members can:</p>
<ul>
<li>view checks, including check details and ping logs</li>
<li>view integrations</li>
<li>give up their membership</li>
</ul>
<p>Read-only members can not modify checks, integrations or project settings.
They also cannot access project's API keys as that would effectively give them
read-write access through API.</p>
<h2>Projects and Check Limits</h2>
<p><strong>Check limit</strong> is the total number of checks your account can have. The specific
limit depends on the account's billing plan.</p>

View File

@ -37,6 +37,22 @@ The members **can not**:
* manage project's billing
* remove the project
## Read-only Access
When inviting a team member, their membership can be marked as read-only:
![The Access Level parameter in the Invite form](IMG_URL/invite_member.png)
Read-only members can:
* view checks, including check details and ping logs
* view integrations
* give up their membership
Read-only members can not modify checks, integrations or project settings.
They also cannot access project's API keys as that would effectively give them
read-write access through API.
## Projects and Check Limits
**Check limit** is the total number of checks your account can have. The specific