---
title: "List distinct chat creators the user can access"
method: POST
path: "/textql.rpc.public.chat.ChatService/GetMembersWithChats"
tags: ["ChatService"]
---

# List distinct chat creators the user can access

`POST /textql.rpc.public.chat.ChatService/GetMembersWithChats`

List distinct chat creators the user can access

## Headers

- `Connect-Protocol-Version` 1, required — Define the version of the Connect protocol
- `Connect-Timeout-Ms` number — Define the timeout, in ms

## Request body

- TextqlRpcPublicChatGetMembersWithChatsRequest

## Response `200`

Success

- TextqlRpcPublicChatGetMembersWithChatsResponse
  - `members` TextqlRpcIdentityMemberPreview[] — All creators of chats user can see
    - `memberId` string
    - `memberEmail` string, nullable — the fields are optionally populated, depending on the context may require RPC fields such as `include_owner` to be set to true
    - `memberName` string, nullable
    - `memberPictureUrl` string, nullable

## Other responses

- `default` — Error

---

[API](https://skmtc.net/textql/apis/textql-rpc-platform.md) · [All operations](https://skmtc.net/textql/apis/textql-rpc-platform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/textql/textql-rpc-platform/versions/31ce2b0c4427/schema)
