---
title: "List Microsoft Teams chats as the calling member"
method: GET
path: "/v1/capabilities/microsoft-365/teams-chats"
tags: ["Capability Sources"]
---

# List Microsoft Teams chats as the calling member

`GET /v1/capabilities/microsoft-365/teams-chats`

Lists the calling member's Microsoft Teams chats using delegated Chat.Read permission.

## Query parameters

- `maxResults` integer

## Response `200`

Teams chats returned.

- Microsoft365TeamsChatsResponse
  - `ok` true, required
  - `chats` Microsoft365TeamsChat[], required
    - `id` string, required
    - `topic` string, required
    - `chatType` string, required
    - `webUrl` string, required
    - `lastUpdatedDateTime` string, required

## Other responses

- `401` — The caller must be signed in.
- `409` — The calling member has not connected their Microsoft account or is missing permission.
- `502` — Microsoft Graph rejected the request.

---

[API](https://skmtc.net/openworklabs/apis/den-api.md) · [All operations](https://skmtc.net/openworklabs/apis/den-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openworklabs/den-api/revisions/0d4ebf20cbde/schema)
