From e32ef82263a744bac6a8d4a94d6144b8c814e5a0 Mon Sep 17 00:00:00 2001 From: Katrina Prosise Date: Wed, 30 Aug 2023 11:01:25 -0400 Subject: [PATCH] Add info on Account Roles and device management Information on Account Roles and how it relates to device management was added, based of of existing information from the Team based access page. The information will need to be verified. QA steps: Ran linter. Checked rendered output. This commit addresses FFTK-2603 Signed-off-by: Katrina Prosise --- .../user-guide/account-management/account-roles.rst | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/source/user-guide/account-management/account-roles.rst b/source/user-guide/account-management/account-roles.rst index 3619f029b..0c1f199fd 100644 --- a/source/user-guide/account-management/account-roles.rst +++ b/source/user-guide/account-management/account-roles.rst @@ -21,11 +21,12 @@ There are four roles available. The two core roles being: - add and update members - manage teams - manage the Factory subscription plan + - register, delete, and rename all devices - manage the Factory's Public Key Infrastructure (PKI) and create Waves. The remaining two each get a subset of the **Owner** permissions. -* **Admin**: Add and update members, :ref:`manage teams `, manage PKI, and create Waves. +* **Admin**: Add and update members, :ref:`manage teams ` and device groups, manage PKI, and create Waves. * **Accounting** limited to managing the :ref:`Factory plan `. .. tip:: @@ -33,6 +34,10 @@ The remaining two each get a subset of the **Owner** permissions. For example, more than one member can have the **Owner** role. However, a single member has only one role at a time. +By default, users can access device groups they created and the devices in them and devices they own. + +.. seealso:: + :ref:`Team Based Factory Access ` for permissions related to development and device management. How it Works: Walk Through -------------------------- @@ -56,7 +61,5 @@ and assigns the desired role: :align: center :alt: UI, changing member role -From here roles can be changed anytime. +From here, roles can be changed anytime. -.. seealso:: - :ref:`Team Based Factory Access ` for permissions related to development and device management.