apps_permissions_users_list
GET
/apps.permissions.users.list https://slack.com/api
Returns list of user grants and corresponding scopes this app has on a team.
Parameters
query Query Parameters
| Name | Type |
|---|---|
token
required
Authentication token. Requires scope: | string |
cursor Paginate through collections of data by setting the | string |
limit The maximum number of items to return. | number |
Responses
200 application/json
Typical successful paginated response
{ ok: DefsOkTrue ; }
default application/json
Typical error response
{ ok: DefsOkFalse ; }