chat.bsky.moderation.getConvoMembers
#main
Returns a paginated list of members from a conversation, for moderation purposes. Does not require the requester to be a member of the conversation.
Parameters
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| convoId | string | - | ✅ | - |
| limit | integer | - | ❌ | - |
| cursor | string | - | ❌ | - |
Output
- Encoding: application/json
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| cursor | string | - | ❌ | - |
| members | array of chat.bsky.actor.defs#profileViewBasic | - | ✅ | - |