From 028b36cebdb412e4bce81b92ee2024e03b5da54c Mon Sep 17 00:00:00 2001 From: seaxwi <71350948+seaxwi@users.noreply.github.com> Date: Mon, 15 Aug 2022 14:39:35 +0200 Subject: [PATCH] Generalize to cover shared spaces for businesses --- ...les-and-Permissions-in-education-spaces.md | 26 ------- .../Roles-and-permissions-in-shared-spaces.md | 73 +++++++++++++++++++ 2 files changed, 73 insertions(+), 26 deletions(-) delete mode 100644 content/Arduino Cloud/Spaces/Roles-and-Permissions-in-education-spaces.md create mode 100644 content/Arduino Cloud/Spaces/Roles-and-permissions-in-shared-spaces.md diff --git a/content/Arduino Cloud/Spaces/Roles-and-Permissions-in-education-spaces.md b/content/Arduino Cloud/Spaces/Roles-and-Permissions-in-education-spaces.md deleted file mode 100644 index cf1e7871..00000000 --- a/content/Arduino Cloud/Spaces/Roles-and-Permissions-in-education-spaces.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: "Roles and Permissions in education spaces" -id: 4405753330706 ---- - -School Spaces in Arduino Cloud have three member roles: _Students_, _Teachers_, and _Admins_. - -## **Students** - -* Can access courses that are shared in the Space. -* Expanded account features and limits offered by the School plan. - -> You can compare the Free and School plan by going to [arduino.cc/cloud/plans](https://www.arduino.cc/cloud/plans) and clicking the "For Schools" tab. - -## Teachers - -* Everything allowed for the student role. -* Add new Students and Teachers to the Space. -* Remove Students from the Space. - -## Admin - -* Everything allowed for the Student and Teacher roles. -* Add new admins. -* Change the role of members already in the Space. -* Remove any member from the Space. diff --git a/content/Arduino Cloud/Spaces/Roles-and-permissions-in-shared-spaces.md b/content/Arduino Cloud/Spaces/Roles-and-permissions-in-shared-spaces.md new file mode 100644 index 00000000..fb4d47d6 --- /dev/null +++ b/content/Arduino Cloud/Spaces/Roles-and-permissions-in-shared-spaces.md @@ -0,0 +1,73 @@ +--- +title: "Roles and permissions in shared spaces" +id: 4405753330706 +--- + +Every member of a shared space is assigned a _role_ that specifies what type of actions are permitted for the member in that space. + +Different roles are available depending on the type of space but generally, all members added to the shared space benefit from the Cloud plan associated with the space, while membership management (inviting and removing members, or changing a member's role) and shared plan management requires an elevated role. + +--- + +## Roles in shared spaces for education + +These spaces have _Student_, _Teacher_, and _Admin_ member roles. + +### **Students** + +* Can access courses that are shared in the Space +* Expanded account features and limits offered by the School plan + +> You can compare the Free and School plan by going to [arduino.cc/cloud/plans](https://cloud.arduino.cc/plans) and clicking the "For Schools" tab. + +### Teachers + +* Everything allowed for the Student role +* Add new Students and Teachers to the Space +* Remove Students from the Space + +### Admins + +* Everything allowed for the Student and Teacher roles +* Add new admins +* Change the role of members already in the Space +* Remove any member from the Space +* Manage plans and payments + +--- + +## Roles in shared spaces for business + +These spaces have _Editor_ and _Admin_ roles + +### Editors + +* Expanded account features and limits offered by the Business plan + +### Admins + +* Everything allowed for the Editor role +* Add members to the space +* Assign members’ roles +* Manage plans and payments + +--- + +## Review roles and permission in your space + +Follow these steps to review the roles and permissions for your space: + +1. Go to [cloud.arduino.cc](https://cloud.arduino.cc/). + +2. Select the shared space in the top-right dropdown menu. + +3. In the left-most sidebar, click on **Settings** to expand the options. + +4. Click on **Roles & Permissions**. + +--- + +## Further reading + +* [Add members to a space](https://support.arduino.cc/hc/en-us/articles/360011787820-Add-members-to-a-space) +* [Check member roles in a space](https://support.arduino.cc/hc/en-us/articles/4406386358290-Check-member-roles-in-a-space)