Skip to content

Commit ebbfa92

Browse files
authored
update
1 parent a53b29c commit ebbfa92

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

support/entra/entra-id/users-groups-entra-apis/microsoft-graph-api-query-cannot-get-b2b-user-by-upn.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,15 @@ This article provides a solution to an error that occurs when you run a Microsof
1111

1212
## Symptoms
1313

14-
When you execute a Microsoft Graph API request to get a B2B user using UPN, you might encounter an error similar to the following one:
14+
When you execute a Microsoft Graph API request to get a B2B user using UPN, you might encounter an error.
1515

16-
```msgraph
17-
https://graph.microsoft.com/v1.0/users/example\_gmail.com#EXT#@example.onmicrosoft.com
16+
Request example:
1817

18+
`https://graph.microsoft.com/v1.0/users/example_gmail.com#EXT#@example.onmicrosoft.com`
19+
20+
Response exmaple:
21+
22+
```output
1923
{
2024
"error": {
2125
"code": "Request_ResourceNotFound",

0 commit comments

Comments
 (0)