Search + K

Command Palette

Search for a command to run...

Sign In

apps_permissions_users_list

GET /apps.permissions.users.list
Copy endpoint
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: none

string
cursor

Paginate through collections of data by setting the 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.

string
limit

The maximum number of items to return.

number

Responses

200 application/json

Typical successful paginated response

{ ok: DefsOkTrue
type DefsOkTrue = true
; }
default application/json

Typical error response

{ ok: DefsOkFalse
type DefsOkFalse = false
; }