GET conversations.members
Summary: —
Operation ID: conversations_members
Auth: unknown
Operation ID: conversations_members
Auth: unknown
Description
Retrieve members of a conversation.
Parameters (4)
channel
(string, query, optional)
ID of the conversation to retrieve members for
cursor
(string, query, optional)
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](/docs/pagination) for more detail.
limit
(integer, query, optional)
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.
token
(string, query, optional)
Authentication token. Requires scope: `conversations:read`
No probe data for this endpoint yet.