curl --location --request GET 'https://slack.com/api/admin.conversations.getTeams?channel_id=' \
--header 'token;'
{
"ok": true,
"teams": [
"T1234",
"T5678"
]
}
cursor
to next_cursor
returned by the previous call to list items in the next pageadmin.conversations:read