From a1a054f2f18d16786ef953ecbc8d0ae4828e30f3 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 21 May 2025 10:31:45 +0000 Subject: [PATCH] Documentation edits made through Mintlify web editor --- getting-started/user-roles.mdx | 93 +++++++++++++++++----------------- 1 file changed, 46 insertions(+), 47 deletions(-) diff --git a/getting-started/user-roles.mdx b/getting-started/user-roles.mdx index 6f8a9d3..3c0d506 100644 --- a/getting-started/user-roles.mdx +++ b/getting-started/user-roles.mdx @@ -1,7 +1,7 @@ --- -title: Users & Roles -description: How to manage your Edgee organization and user roles. -icon: users +title: "Users & Roles" +description: "How to manage your Edgee organization and user roles." +icon: "users" --- import EdgeeSdk from '/snippets/edgee-sdk.mdx'; @@ -13,22 +13,21 @@ Edgee Organizations allow you to manage users and their roles to collaborate on By default, when you create a new organization, you are the only user with the **Admin** role. You can invite other users to your organization and assign them different roles, such as **Member** or **Editor**. - - Edgee Organization users - Edgee Organization users + Edgee Organization users + + Edgee Organization users - ## How to invite new users To add new users to your organization, follow these steps: @@ -41,20 +40,20 @@ To add new users to your organization, follow these steps: 6. Click **Continue**. - Edgee Organization inviting users - Edgee Organization inviting users + Edgee Organization inviting users + + Edgee Organization inviting users - ## How to manage user roles To change a user's role, follow these steps: @@ -66,21 +65,21 @@ To change a user's role, follow these steps: 5. Select the new role you want to assign to the user. 6. Click **Continue**. - - Edgee Organization changing user roles - Edgee Organization changing user roles + Edgee Organization changing user roles + + Edgee Organization changing user roles ### User roles and permissions @@ -88,8 +87,8 @@ To change a user's role, follow these steps: When you invite a new user to your organization or change the role of an existing user, you can assign them one of the following roles: -| Role | Permissions | -|------------|-----------------------------------------------------------------------------| -| **Admin** | Full access to all projects and settings. Can invite and manage users. | -| **Editor** | Can add components to projects, but cannot create projects or manage users. | -| **Member** | Read-only access. | +| Role | Permissions | +| ---------- | ---------------------------------------------------------------------------------------------------------- | +| **Admin** | Full access to all projects and settings. Can invite and manage users. | +| **Editor** | Can add, edit, or remove components within projects, but cannot create or modify projects or manage users. | +| **Member** | Read-only access. | \ No newline at end of file