Add user roles documentation

This commit is contained in:
Maycon Santos
2024-01-03 21:43:30 +01:00
parent e834f7815e
commit 2ae7b0b987
2 changed files with 6 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 175 KiB

After

Width:  |  Height:  |  Size: 163 KiB

View File

@@ -55,9 +55,13 @@ NetBird has three user roles - `Owner`, `Admin`, and `User`. The roles allow you
- `User` role - has limited access to the account, allowing users to view peers they own and others they can connect with. Users can create personal access tokens for programmatic access.
To manage user roles, proceed to the `Users` tab and click on the user you want to update:
<img src="/docs-static/img/how-to-guides/user-tab-list.png" alt="high-level-dia" className="imagewrapper"/>
<p>
<img src="/docs-static/img/how-to-guides/user-tab-list.png" alt="high-level-dia" className="imagewrapper"/>
</p>
After that, select the desired role from the dropdown:
<img src="/docs-static/img/how-to-guides/user-update-role.png" alt="high-level-dia" className="imagewrapper"/>
<p>
<img src="/docs-static/img/how-to-guides/user-update-role.png" alt="high-level-dia" className="imagewrapper"/>
</p>
Click the `Save` button to save the changes.
<Note>
Only users with the `Owner` role can assign another user as `Owner`; this action will transfer the `Owner` role to another user, making the current user `Admin`.