diff --git a/public/docs-static/img/how-to-guides/user-tab-list.png b/public/docs-static/img/how-to-guides/user-tab-list.png new file mode 100644 index 00000000..bca590d5 Binary files /dev/null and b/public/docs-static/img/how-to-guides/user-tab-list.png differ diff --git a/public/docs-static/img/how-to-guides/user-update-role.png b/public/docs-static/img/how-to-guides/user-update-role.png new file mode 100644 index 00000000..ad18f80f Binary files /dev/null and b/public/docs-static/img/how-to-guides/user-update-role.png differ diff --git a/src/pages/how-to/add-users-to-your-network.mdx b/src/pages/how-to/add-users-to-your-network.mdx index 0bf53645..c3b39d59 100644 --- a/src/pages/how-to/add-users-to-your-network.mdx +++ b/src/pages/how-to/add-users-to-your-network.mdx @@ -47,6 +47,25 @@ After logging in to the system, they will join your network automatically. This is a limitation that is likely to be removed in future versions. +## Manage user roles +NetBird has three user roles - `Owner`, `Admin`, and `User`. The roles allow you to control the level of access to the management API of your account. + +- `Owner` role - has full access to the account and can manage all aspects of the account. There can be only one account owner in NetBird. Users with the owner role can delete their organization account. See the [Delete NetBird account](/how-to/delete-account) section. +- `Admin` role - has full access to the account except that administrators can't delete or update the role of the Owner user and delete the organization account. +- `User` role - has limited access to the account, allowing users to view peers they own and others they can connect to. 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: +
+
+
+
+