From 52a91fa62ce010c4e3031919c4b943e223480f7f Mon Sep 17 00:00:00 2001 From: Dylan Stetts <131203492+dylanstetts@users.noreply.github.com> Date: Fri, 10 Apr 2026 13:44:05 -0400 Subject: [PATCH 1/2] Remove exposure of internal references Updated note about known issue with $expand=members query parameter. This exposed links to internal work items. This should not be surfaces in public docs. --- api-reference/v1.0/api/chat-list.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/v1.0/api/chat-list.md b/api-reference/v1.0/api/chat-list.md index 2f2891b3e08..da73a2f76dd 100644 --- a/api-reference/v1.0/api/chat-list.md +++ b/api-reference/v1.0/api/chat-list.md @@ -17,7 +17,7 @@ Retrieve the list of [chats](../resources/chat.md) that the user is part of. This method supports federation. When a user ID is provided, the calling application must belong to the same tenant that the user belongs to. > [!NOTE] -> This API has a [known issue](https://microsoftgraph.visualstudio.com/Known%20Issues/_workitems/edit/40947). When this API is called with the `$expand=members` query parameter, the response returns a maximum of **25 member items**, even if a larger `$top` value is specified. This behavior differs from the expected behavior where the `$top` parameter controls the maximum number of items returned. As a result, applications that rely on `$expand=members` might not retrieve the full list of members in a single request. +> This API has a known issue. When this API is called with the `$expand=members` query parameter, the response returns a maximum of **25 member items**, even if a larger `$top` value is specified. This behavior differs from the expected behavior where the `$top` parameter controls the maximum number of items returned. As a result, applications that rely on `$expand=members` might not retrieve the full list of members in a single request. > The API also behaves differently in one or more national clouds. For more information, see [Implementation differences in national clouds](/graph/teamwork-national-cloud-differences). [!INCLUDE [national-cloud-support](../../includes/all-clouds.md)] From 2f55843a823b25417c39e38a81974273b486f3ea Mon Sep 17 00:00:00 2001 From: Danipocket <88507770+Danipocket@users.noreply.github.com> Date: Mon, 13 Apr 2026 14:59:52 -0600 Subject: [PATCH 2/2] Update api-reference/v1.0/api/chat-list.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- api-reference/v1.0/api/chat-list.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/v1.0/api/chat-list.md b/api-reference/v1.0/api/chat-list.md index da73a2f76dd..4ed7f04488f 100644 --- a/api-reference/v1.0/api/chat-list.md +++ b/api-reference/v1.0/api/chat-list.md @@ -17,7 +17,7 @@ Retrieve the list of [chats](../resources/chat.md) that the user is part of. This method supports federation. When a user ID is provided, the calling application must belong to the same tenant that the user belongs to. > [!NOTE] -> This API has a known issue. When this API is called with the `$expand=members` query parameter, the response returns a maximum of **25 member items**, even if a larger `$top` value is specified. This behavior differs from the expected behavior where the `$top` parameter controls the maximum number of items returned. As a result, applications that rely on `$expand=members` might not retrieve the full list of members in a single request. +> This API currently has the following limitation: when the API is called with the `$expand=members` query parameter, the response returns a maximum of **25 member items**, even if a larger `$top` value is specified. This behavior differs from the expected behavior where the `$top` parameter controls the maximum number of items returned. As a result, applications that rely on `$expand=members` might not retrieve the full list of members in a single request. > The API also behaves differently in one or more national clouds. For more information, see [Implementation differences in national clouds](/graph/teamwork-national-cloud-differences). [!INCLUDE [national-cloud-support](../../includes/all-clouds.md)]