conversations members
GET {{baseUrl}}/conversations.members?channel=<string>&limit=<integer>&cursor=<string>
Retrieve members of a conversation.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
channel | string | ID of the conversation to retrieve members for | |
limit | string | The maximum number of items to return. Fewer than the requested number of items may be returned, even if the end of the users list hasn't been reached. | |
cursor | string | Paginate through collections of data by setting the cursor parameter to a next_cursor attribute returned by a previous request's response_metadata . Default value fetches the first "page" of the collection. See pagination for more detail. |
RESPONSES
status: OK
{"ok":"\u003cboolean\u003e","members":["\u003cstring\u003e"],"response_metadata":{"next_cursor":"\u003cstring\u003e"}}