Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update user-list-memberof.md #9290

Merged
merged 3 commits into from
Apr 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions api-reference/beta/api/user-list-memberof.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ Choose the permission or permissions marked as least privileged for this API. Us

[!INCLUDE [limited-info](../../includes/limited-info.md)]

> [!TIP]
> - Calling the `/me/memberOf` endpoint requires a signed-in user and therefore a delegated permission. Application permissions are not supported when you use the `/me/memberOf` endpoint.
> - To list the members of a group with hidden membership, the `Member.Read.Hidden` permission is required.

## HTTP request

<!-- { "blockType": "ignored" } -->
Expand Down
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]
> - Calling the `/me/memberOf` endpoint requires a signed-in user and therefore a delegated permission. Application permissions are not supported when you use the `/me/memberOf` endpoint.
> - 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
Loading