Skip to content

Commit 157e41d

Browse files
authored
Merge pull request #96078 from MicrosoftDocs/master
Merge Master to Live, 3 AM
2 parents 598c5a2 + e365a6b commit 157e41d

File tree

96 files changed

+1934
-2075
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+1934
-2075
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)