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: learn-pr/wwl-sci/implement-manage-external-identities/includes/7-exercise-invite-guest-users-bulk.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,26 +8,28 @@ Use this exercise to learn to invite guest users in bulk.
8
8
:::image type="content" source="../media/bulk-invite-option.png" alt-text="Screenshot of the All user page with the Bulk operations and Bulk invite menu options highlighted.":::
9
9
10
10
5. In the Bulk invite users pane, select **Download** to a sample CSV template with invitation properties.
11
+
11
12
6. Using an editor to view the CSV file, review the template.
12
13
13
-
> [!NOTE]
14
-
>
15
-
> -**Email address to invite** - the user who will receive an invitation
16
-
> -**Redirection url** - the URL to which the invited user is forwarded after accepting the invitation.
14
+
> [!NOTE]
15
+
> -**Email address to invite** - The user who will receive an invitation.
16
+
> -**Redirection url** - The URL to which the invited user is forwarded after accepting the invitation.
17
17
18
18
7. Open the .csv template and add a line for each guest user. Required values are:
19
19
20
20
:::image type="content" source="../media/template-csv.png" alt-text="Screenshot of the example bulk invite guests template CSV.":::
21
21
22
22
8. Save the file.
23
+
23
24
9. On the Bulk invite users page, under **Upload your csv file**, browse to the file. When you select the file, validation of the .csv file starts.
24
-
10. After the file contents are validated, you will see **File uploaded successfully**. If there are errors, you must fix them before you can submit the job.
25
+
10. After the file contents are validated, you'll see **File uploaded successfully**. If there are errors, you must fix them before you can submit the job.
25
26
26
27
:::image type="content" source="../media/bulk-invite-users-upload-csv.png" alt-text="Screenshot of the Bulk invite users with File uploaded successfully message highlighted.":::
27
28
28
29
11. When your file passes validation, select **Submit** to start the Azure bulk operation that adds the invitations.
30
+
29
31
12. To view the job status, select **view the status of each operation**. Or, you can select **Bulk operation results** in the Activity section. For details about each line item within the bulk operation, select the values under the **\# Success**, **\# Failure**, or **Total Requests** columns. If failures occurred, the reasons for failure will be listed.
30
32
31
33
:::image type="content" source="../media/bulk-operations-results.png" alt-text="Screenshot of the results of a bulk operation. You see the success and fail statistics of the operation.":::
32
34
33
-
13. When the job completes, you will see a notification that the bulk operation succeeded.
35
+
13. When the job completes, you'll see a notification that the bulk operation succeeded.
0 commit comments