Skip to content

Commit 3bf3afa

Browse files
authored
Merge pull request #134105 from yoelhor/patch-41
Update microsoft-graph-operations.md
2 parents 1f1323f + 58e687c commit 3bf3afa

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

articles/active-directory-b2c/microsoft-graph-operations.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: celestedg
99
ms.service: active-directory
1010
ms.workload: identity
1111
ms.topic: reference
12-
ms.date: 02/20/2020
12+
ms.date: 10/15/2020
1313
ms.author: mimart
1414
ms.subservice: B2C
1515
---
@@ -29,6 +29,15 @@ Each link in the following sections targets the corresponding page within the Mi
2929

3030
For more information about managing Azure AD B2C user accounts with the Microsoft Graph API, see [Manage Azure AD B2C user accounts with Microsoft Graph](manage-user-accounts-graph-api.md).
3131

32+
## User phone number management
33+
34+
- [Add](https://docs.microsoft.com/graph/api/authentication-post-phonemethods)
35+
- [Get](https://docs.microsoft.com/graph/api/b2cauthenticationmethodspolicy-get)
36+
- [Update](https://docs.microsoft.com/graph/api/b2cauthenticationmethodspolicy-update)
37+
- [Delete](https://docs.microsoft.com/graph/api/phoneauthenticationmethod-delete)
38+
39+
For more information about managing user's sign-in phone number with the Microsoft Graph API, see [B2C Authentication Methods](https://docs.microsoft.com/graph/api/resources/b2cauthenticationmethodspolicy).
40+
3241
## Identity providers (user flow)
3342

3443
Manage the identity providers available to your user flows in your Azure AD B2C tenant.
@@ -93,7 +102,7 @@ The top-level resource for policy keys in the Microsoft Graph API is the [Truste
93102

94103
- [List extension properties](https://docs.microsoft.com/graph/api/application-list-extensionproperty)
95104

96-
Azure AD B2C provides a directory that can hold 100 custom attributes per user. For user flows, these extension properties are [managed by using the Azure portal](custom-policy-custom-attributes.md). For custom policies, Azure AD B2C creates the property for you the first time the policy writes a value to the extension property.
105+
Azure AD B2C provides a directory that can hold 100 custom attributes per user. For user flows, these extension properties are [managed by using the Azure portal](custom-policy-custom-attributes.md). For custom policies, Azure AD B2C creates the property for you, the first time the policy writes a value to the extension property.
97106

98107
## Audit logs
99108

0 commit comments

Comments
 (0)