Skip to content

Commit 97b3a27

Browse files
Update graph/patterns/alternate-key.md
Co-authored-by: Darrel <[email protected]>
1 parent 74d17f8 commit 97b3a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/patterns/alternate-key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The resources exposed in Graph are identified by an [UUID (Universally Unique Id
1212

1313
Take a look at the `user` resource: while the `id` remains a perfectly valid way to get the resource details, the `mail` address is also an unique property that could be used to identify it.
1414

15-
While it is still possible to use the oData filter, such as
15+
While it is still possible to use the OData filter, such as
1616

1717
`https://graph.microsoft.com/v1.0/users?$filter=mail eq '[email protected]'`, the returned result is wrapped in an array that needs to be unpacked.
1818

0 commit comments

Comments
 (0)