---
title: "GetCustomTopicPeople"
method: POST
path: "/textql.rpc.public.observe.ObservabilityService/GetCustomTopicPeople"
tags: ["ObservabilityService"]
---

# GetCustomTopicPeople

`POST /textql.rpc.public.observe.ObservabilityService/GetCustomTopicPeople`

## Headers

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

## Request body

- TextqlRpcPublicObserveGetCustomTopicPeopleRequest
  - `topicId` string

## Response `200`

Success

- TextqlRpcPublicObserveGetCustomTopicPeopleResponse
  - `people` TextqlRpcPublicObserveCustomTopicPerson[]
    - `memberId` string
    - `name` string — display name; falls back to the email, then the member id
    - `email` string
    - `threadCount` union
      - integer
      - string, int64

## 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/revisions/31ce2b0c4427/schema)
