---
title: "GET /apps.permissions.users.request"
method: GET
path: "/apps.permissions.users.request"
tags: ["apps.permissions.users", "apps"]
---

# GET /apps.permissions.users.request

`GET /apps.permissions.users.request`

Enables an app to trigger a permissions modal to grant an app access to a user access scope.

## Query parameters

- `token` string, required
- `scopes` string, required
- `trigger_id` string, required
- `user` string, required

## Response `200`

Standard success response when used with a user token

- object — This method either only returns a brief _OK_ response or a verbose schema is not available for this method.
  - `ok` true, required

## Other responses

- `default` — Standard failure response when trigger_id is invalid

---

[API](https://skmtc.net/slack/apis/web-api.md) · [All operations](https://skmtc.net/slack/apis/web-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/slack/web-api/versions/7b951462b44f/schema)
