Skip to content

Commit 6d82578

Browse files
authored
information on advanced query support for b2c
1 parent 3fe294a commit 6d82578

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+
> B2C currently does not support advanced query capabilities which also includes no support for `$count` and `$search` query parameters. For more information, see [Graph query paremeters](/graph/query-parameters) and [Graph API Advanced query capabilities](/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)