---
title: "List all Channels for a given User."
method: GET
path: "/v1/Services/{ServiceSid}/Users/{UserSid}/Channels"
tags: ["ChatV1UserChannel"]
---

# List all Channels for a given User.

`GET /v1/Services/{ServiceSid}/Users/{UserSid}/Channels`

List all Channels for a given User.

## Path parameters

- `ServiceSid` string, required
- `UserSid` string, required

## Query parameters

- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `channels` ChatV1ServiceUserUserChannel[]
    - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/api/rest/account) that created the User Channel resource.
    - `service_sid` string, nullable — The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) the resource is associated with.
    - `channel_sid` string, nullable — The SID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the resource belongs to.
    - `member_sid` string, nullable — The SID of a [Member](https://www.twilio.com/docs/api/chat/rest/members) that represents the User on the Channel.
    - `status` 'joined' | 'invited' | 'not_participating' — The status of the User on the Channel. Can be: `joined`, `invited`, or `not_participating`.
    - `last_consumed_message_index` integer, nullable — The index of the last [Message](https://www.twilio.com/docs/api/chat/rest/messages) in the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) that the Member has read.
    - `unread_messages_count` integer, nullable — The number of unread Messages in the Channel for the User. Note that retrieving messages on a client endpoint does not mean that messages are consumed or read. See [Consumption Horizon feature](/docs/api/chat/guides/consumption-horizon) to learn how to mark messages as consumed.
    - `links` object, nullable — The absolute URLs of the [Members](https://www.twilio.com/docs/chat/api/members), [Messages](https://www.twilio.com/docs/chat/api/messages) , [Invites](https://www.twilio.com/docs/chat/api/invites) and, if it exists, the last [Message](https://www.twilio.com/docs/chat/api/messages) for the Channel.
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri

---

[API](https://skmtc.net/twilio/apis/chat-v1.md) · [All operations](https://skmtc.net/twilio/apis/chat-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/chat-v1/versions/fff965e890d6/schema)
