Skip to content

Commit 63b76e4

Browse files
authored
Merge pull request #83350 from rohsh354/patch-5
More information on advanced query support for b2c
2 parents ca723b6 + d07722d commit 63b76e4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: active-directory
99
ms.workload: identity
1010
ms.topic: how-to
1111
ms.date: 10/08/2021
12-
ms.custom: project-no-code, ignite-fall-2021
12+
ms.custom: "project-no-code, ignite-fall-2021, b2c-support"
1313
ms.author: kengaderdus
1414
ms.subservice: B2C
1515
---
@@ -29,6 +29,9 @@ Watch this video to learn about Azure AD B2C user migration using Microsoft Grap
2929
To use MS Graph API, and interact with resources in your Azure AD B2C tenant, you need an application registration that grants the permissions to do so. Follow the steps in the [Manage Azure AD B2C with Microsoft Graph](microsoft-graph-get-started.md) article to create an application registration that your management application can use.
3030

3131
## User management
32+
> [!NOTE]
33+
> Azure AD B2C currently does not support advanced query capabilities on directory objects. This means that there is no support for `$count`, `$search` query parameters and Not (`not`), Not equals (`ne`), and Ends with (`endsWith`) operators in `$filter` query parameter. For more information, see [query parameters in Microsoft Graph](/graph/query-parameters) and [advanced query capabilities in Microsoft Graph](/graph/aad-advanced-queries).
34+
3235

3336
- [List users](/graph/api/user-list)
3437
- [Create a consumer user](/graph/api/user-post-users)

0 commit comments

Comments
 (0)