curl --location --request GET 'https://slack.com/api/apps.permissions.users.list?token='
{
"ok": true,
"resources": [
{
"id": "U0DES3UAN",
"scopes": [
"dnd:write:user",
"reminders:write:user"
]
},
{
"id": "U024BFF1M",
"scopes": [
"reminders:write:user"
]
}
],
"response_metadata": {
"next_cursor": "dGVhbTdPMUg5UkFTT0w="
}
}
none
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.