Sample - Slack Web API
GET/apps.permissions.users.list

List app user grants

Lists the user grants and corresponding scopes that an app has on a team. Use cursor and limit to paginate through the collection of user grants.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

3 parameters
tokenstringrequired
Authentication token for the app; the required scope is `none`.
cursorstringoptional
Pagination cursor from a previous response; omit it to retrieve the first page.
limitintegeroptional
Maximum number of user grants to return.

2 status codes
200Returns a successful response with `ok` set to true.
okbooleanrequired
Allowed:true
defaultReturned when the request cannot be completed; the response contains `ok` set to false.
okbooleanrequired
Allowed:false

Error handling

token must contain a valid authentication token, and limit must be an integer when supplied. Pass the next_cursor value from the previous response as cursor to continue through the collection.