Skip to content

Commit

Permalink
Update user-list-memberof.md
Browse files Browse the repository at this point in the history
Clarify that Application permission is supported for "GET /users/{id | userPrincipalName}/memberOf" request but doesn't work for "GET /me/memberOf". Current permission information is misleading that Application permission is not supported.
  • Loading branch information
mukeshk-ms authored Mar 27, 2024
1 parent a952ffa commit 0523f2a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion api-reference/v1.0/api/user-list-memberof.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ Choose the permission or permissions marked as least privileged for this API. Us
<!-- { "blockType": "permissions", "name": "user_list_memberof" } -->
[!INCLUDE [permissions-table](../includes/permissions/user-list-memberof-permissions.md)]

> **Note:** To list the members of a group with hidden membership, the Member.Read.Hidden permission is required.
> [!TIP]
> 1. Calling the `/me/memberOf` endpoint requires a signed-in user and therefore a delegated permission. Application permissions are not supported when using the `/me/memberOf` endpoint.
> 2. To list the members of a group with hidden membership, the Member.Read.Hidden permission is required.
[!INCLUDE [limited-info](../../includes/limited-info.md)]

Expand Down

0 comments on commit 0523f2a

Please sign in to comment.