You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-add-users.md
+12-9Lines changed: 12 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ You need certain permission levels to follow the steps in this article. If you c
31
31
32
32
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.
33
33
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).
35
35
36
36
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.
37
37
@@ -47,7 +47,7 @@ The following custom roles give other levels of access for a data labeling proje
47
47
1. For the **Custom role name**, type the name you want to use. For example, **Labeling team lead**.
48
48
1. In the **Description** box, add a description. For example, **Team leader for labeling projects**.
49
49
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.
51
51
1. At the bottom of the page, select **Next**.
52
52
1. Skip tabs.
53
53
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
58
58
59
59
:::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.":::
60
60
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.
1. Select **Save** at the top of the edit box to save your changes.
66
69
67
70
> [!IMPORTANT]
68
-
> Don't select **Next** until you've saved your edits.
71
+
> Don't select **Next** until you save your edits.
69
72
70
73
1. After you save your edits, select **Next**.
71
74
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
82
85
:::image type="content" source="media/how-to-add-users/menu-active-directory.png" alt-text="Select Microsoft Entra ID from the menu.":::
83
86
84
87
1. On the left, select **Users**.
85
-
1. At the top, select **New user**.
88
+
1. At the top, select **Manage > New user**.
86
89
1. Select **Invite external user**.
87
90
1. Fill in the name and email address for the user.
88
91
1. Add a message for the new user.
89
92
1. At the bottom of the page, select **Invite**.
90
93
91
94
:::image type="content" source="media/how-to-add-users/invite-user.png" alt-text="Invite guest user from Microsoft Entra ID.":::
92
95
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.
94
97
95
98
> [!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.
97
100
98
101
## Add users to your workspace
99
102
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.
101
104
102
105
To add users to your workspace, you must be an owner of the workspace.
103
106
@@ -120,7 +123,7 @@ To add users to your workspace, you must be an owner of the workspace.
120
123
121
124
## For your labelers
122
125
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.
124
127
125
128
Be sure to create your labeling project before you contact your labelers.
0 commit comments