Skip to content

Commit 4b253b0

Browse files
authored
Merge pull request #96066 from amanmcse/patch-3
(AzureCXP) fixes MicrosoftDocs/azure-docs#42776
2 parents d1bf59a + 0f103cb commit 4b253b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory-b2c/active-directory-b2c-devquickstarts-graph-dotnet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,11 +273,11 @@ Inspect the `B2CGraphClient.SendGraphPatchRequest()` method for details on how t
273273

274274
### Search users
275275

276-
You can search for users in your B2C tenant in following ways:
276+
You can search for users in your B2C tenant in the following ways:
277277

278278
* Reference the user's **object ID**.
279279
* Reference their sign-in identifer, the `signInNames` property.
280-
* Reference any of the valid OData parameters, e.g. givenName, surname, displayName etc.
280+
* Reference any of the valid OData parameters. For example, 'givenName', 'surname', 'displayName' etc.
281281

282282
Run one of the following commands to search for a user:
283283

0 commit comments

Comments
 (0)