provider apps.permissions.usersapps GET /apps.permissions.users.request
@utdk/slack /apps.permissions.users.request
apps_permissions_users_request
Enables an app to trigger a permissions modal to grant an app access to a user access scope.
token query required
Authentication token. Requires scope: `none`
string
scopes query required
A comma separated list of user scopes to request for
string
trigger_id query required
Token used to trigger the request
string
user query required
The user this scope is being requested for
string

Try it

Authentication
Configure credentials for Slack Web API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

appsPermissionsUsersRequest
GET/apps.permissions.users.request
Enables an app to trigger a permissions modal to grant an app access to a user access scope.

required

Authentication token. Requires scope: `none`

required

A comma separated list of user scopes to request for

required

Token used to trigger the request

required

The user this scope is being requested for

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import slack from '@utdk/slack';

await slack.appsPermissionsUsersRequest()