curl --location --request GET 'https://slack.com/api/conversations.members'
{
"members": [
"U023BECGF",
"U061F7AUR",
"W012A3CDE"
],
"ok": true,
"response_metadata": {
"next_cursor": "e3VzZXJfaWQ6IFcxMjM0NTY3fQ=="
}
}
conversations:read
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.