Skip to content

Commit 460dc8d

Browse files
authored
Update metadata and add HTTP code block
1 parent 0142388 commit 460dc8d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

support/entra/entra-id/users-groups-entra-apis/error-call-me-endpoint-microsoft-graph.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ title: NoPermissionsInAccessToken when calling me endpoint in Microsoft Graph
33
description: Describes an issue in which you receive `NoPermissionsInAccessToken` error when you call `/me` endpoint in Microsoft Graph.
44
ms.date: 04/03/2025
55
ms.service: entra-id
6+
ms.author: bhvootla
67
ms.custom: sap:Getting access denied errors (Authorization)
7-
ms.reviewer: willfid, v-weizhu
8+
ms.reviewer: nualex,vganga,adoyle,custorod
89
---
910
# NoPermissionsInAccessToken when calling /me endpoint
1011

@@ -59,7 +60,7 @@ For example, if you want to call `GET https://graph.microsoft.com/v1.0/me/member
5960
1. Obtain an application token by using the client credentials grant flow.
6061
2. Make sure that the application has the **User.Read.All** permission to query user information.
6162
3. Use the **users** endpoint to query specific user details. Replace {upn} with the User Principal Name (UPN) or User Object ID of the user.
62-
```
63+
```HTTP
6364
GET https://graph.microsoft.com/v1.0/users/{upn or userID}/memberOf
6465
```
6566

0 commit comments

Comments
 (0)