Skip to content

Commit 0644671

Browse files
Merge pull request #3387 from sdgilley/sdg-freshness
freshness pass - articles/machine-learning/how-to-add-users.md
2 parents be961eb + 386ea5a commit 0644671

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

articles/machine-learning/how-to-add-users.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You need certain permission levels to follow the steps in this article. If you c
3131

3232
When you add a user to your project, you assign them a role to define their level of access. Before you add users, define the roles you want to use.
3333

34-
There is a built-in role for data labeling, scoped only to labeling data. If you want to use the built-in role for all your labelers, skip this section and proceed to [add guest user](#add-guest-user).
34+
There's a built-in role for data labeling, scoped only to labeling data. If you want to use the built-in role for all your labelers, skip this section and proceed to [add guest user](#add-guest-user).
3535

3636
The following custom roles give other levels of access for a data labeling project. Define all the roles you want to use before moving on to add the users.
3737

@@ -47,7 +47,7 @@ The following custom roles give other levels of access for a data labeling proje
4747
1. For the **Custom role name**, type the name you want to use. For example, **Labeling team lead**.
4848
1. In the **Description** box, add a description. For example, **Team leader for labeling projects**.
4949
1. Select **Start from JSON**.
50-
1. Ignore the **Select a file** entry, even though it is starred. You'll create the JSON in a future step.
50+
1. Ignore the **Select a file** entry, even though it's starred. You'll create the JSON in a future step.
5151
1. At the bottom of the page, select **Next**.
5252
1. Skip tabs.
5353
1. Don't do anything for the **Permissions** tab. You add permissions in a later step. Select **Next**.
@@ -58,14 +58,17 @@ The following custom roles give other levels of access for a data labeling proje
5858

5959
:::image type="content" source="media/how-to-add-users/replace-lines.png" alt-text="Create custom role: select lines to replace them in the editor.":::
6060

61-
1. Replace these two lines with the `Actions` and `NotActions` from the appropriate role in the following tabs. Make sure to copy from `Actions` through the closing bracket, `],`.
61+
1. Replace these two lines with the `Actions` and `NotActions` from the appropriate role in the following tabs. Make sure to copy from `Actions` through the closing bracket, `],`.
62+
63+
> [!TIP]
64+
> Don't copy the entire JSON shown here, just the Actions and NotActions sections. Leave the rest of the JSON as it is in the editor.
6265
63-
[!INCLUDE [custom-role-data-labeling](includes/custom-role-data-labeling.md)]
66+
[!INCLUDE [custom-role-data-labeling](includes/custom-role-data-labeling.md)]
6467

6568
1. Select **Save** at the top of the edit box to save your changes.
6669

6770
> [!IMPORTANT]
68-
> Don't select **Next** until you've saved your edits.
71+
> Don't select **Next** until you save your edits.
6972
7073
1. After you save your edits, select **Next**.
7174
1. Select **Create** to create the custom role.
@@ -82,22 +85,22 @@ To add a guest user, your organization's external collaboration settings need th
8285
:::image type="content" source="media/how-to-add-users/menu-active-directory.png" alt-text="Select Microsoft Entra ID from the menu.":::
8386

8487
1. On the left, select **Users**.
85-
1. At the top, select **New user**.
88+
1. At the top, select **Manage > New user**.
8689
1. Select **Invite external user**.
8790
1. Fill in the name and email address for the user.
8891
1. Add a message for the new user.
8992
1. At the bottom of the page, select **Invite**.
9093

9194
:::image type="content" source="media/how-to-add-users/invite-user.png" alt-text="Invite guest user from Microsoft Entra ID.":::
9295

93-
Repeat these steps for each of the guest users. Or use the link at the bottom of the **Invite user** box to invite multiple users in bulk.
96+
Repeat these steps for each of the guest users.
9497

9598
> [!TIP]
96-
> Inform your labelers that they will receive an email. They must accept the invitation in order to gain access to your project.
99+
> Inform your labelers that they'll receive an email. They must accept the invitation in order to gain access to your project.
97100
98101
## Add users to your workspace
99102

100-
Once you have the appropriate users in your system and the role(s) defined, add the users to your workspace so that they can access your data labeling project.
103+
Once you have the appropriate users in your system and the roles defined, add the users to your workspace so that they can access your data labeling project.
101104

102105
To add users to your workspace, you must be an owner of the workspace.
103106

@@ -120,7 +123,7 @@ To add users to your workspace, you must be an owner of the workspace.
120123

121124
## For your labelers
122125

123-
Once labelers have been added as users in the workspace, they can begin labeling in your project. However, they still need information from you to access the project.
126+
Once labelers are added as users in the workspace, they can begin labeling in your project. However, they still need information from you to access the project.
124127

125128
Be sure to create your labeling project before you contact your labelers.
126129

0 commit comments

Comments
 (0)