{ "opencollection": "1.0.0", "info": { "name": "Slack Admin Access Members API", "version": "1.0" }, "items": [ { "info": { "name": "Members", "type": "folder" }, "items": [ { "info": { "name": "Slack Get Conversations Members", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/conversations.members", "params": [ { "name": "token", "value": "", "type": "query", "description": "Authentication token. Requires scope: `conversations:read`" }, { "name": "channel", "value": "", "type": "query", "description": "ID of the conversation to retrieve members for" }, { "name": "limit", "value": "", "type": "query", "description": "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." }, { "name": "cursor", "value": "", "type": "query", "description": "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." } ] }, "docs": "Retrieve members of a conversation." } ] } ], "bundled": true }