Skip to content

Commit 6899394

Browse files
authored
fix links
1 parent 1c26352 commit 6899394

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

support/entra/entra-id/users-groups-entra-apis/users-look-up-other-users-using-microsoft-graph-users-endpoint.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: daga, v-weizhu
88
---
99
# 401 HTTP response when looking up users using Microsoft Graph /users endpoint
1010

11-
You can use the Microsoft Graph endpoint to interact programmatically with your tenant data. A common scenario is a Microsoft Graph `/users` endpoint to look up users in the tenant. In this scenario, if you use delegated permissions in your access token, the `User.Read.All` permission is necessary. There are ways to prevent you from looking up other users, for example, using an [authorizationPolicy](https://learn.microsoft.com/en-us/graph/api/resources/authorizationpolicy) that can control Microsoft Entra authorization settings, unless you are a tenant administrator.
11+
You can use the Microsoft Graph endpoint to interact programmatically with your tenant data. A common scenario is a Microsoft Graph `/users` endpoint to look up users in the tenant. In this scenario, if you use delegated permissions in your access token, the `User.Read.All` permission is necessary. There are ways to prevent you from looking up other users, for example, using an [authorizationPolicy](/graph/api/resources/authorizationpolicy) that can control Microsoft Entra authorization settings, unless you are a tenant administrator.
1212

1313
This article provides a solution to an issue where you can't look up other users using the Microsoft Graph `users` endpoint after a tenant policy configuration restricts access to other users.
1414

@@ -33,5 +33,6 @@ PATCH https://graph.microsoft.com/v1.0/policies/authorizationPolicy
3333
"allowedToReadOtherUsers": true
3434
}
3535
}
36+
```
3637

3738
[!INCLUDE [Azure Help Support](../../../includes/azure-help-support.md)]

0 commit comments

Comments
 (0)