Skip to content

Commit a904a43

Browse files
committed
delete user needs User admin role
1 parent 5b45780 commit a904a43

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/active-directory-b2c/microsoft-graph-get-started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,17 @@ Next, grant the registered application permissions to manipulate tenant resource
5454

5555
You now have an application that has permission to *create*, *read*, *update*, and *delete* users in your Azure AD B2C tenant. Continue to the next section to add *password update* permissions.
5656

57-
## Add password update permissions
57+
## Enable user delete and password update
5858

59-
The *Read and write directory data* permission does **NOT** include the ability to update user account passwords.
59+
The *Read and write directory data* permission does **NOT** include the ability delete users or update user account passwords.
6060

61-
If you want your application or script to update user's passwords, grant it the *User administrator* role:
61+
If your application or script needs to delete users or update their passwords, assign the *User administrator* role to your application:
6262

6363
1. Sign in to the [Azure portal](https://portal.azure.com) and use the **Directory + Subscription** filter to switch to your Azure AD B2C tenant.
6464
1. Search for and select **Azure AD B2C**.
6565
1. Under **Manage**, select **Roles and administrators**.
6666
1. Select the **User administrator** role.
67-
1. Select **Add assignment**.
67+
1. Select **Add assignments**.
6868
1. In the **Select** text box, enter the name of the application you registered earlier, for example, *managementapp1*. Select your application when it appears in the search results.
6969
1. Select **Add**. It might take a few minutes to for the permissions to fully propagate.
7070

0 commit comments

Comments
 (0)