apps permissions users request
GET {{baseUrl}}/apps.permissions.users.request?scopes=<string>&trigger_id=<string>&user=<string>
Enables an app to trigger a permissions modal to grant an app access to a user access scope.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
scopes | string | (Required) A comma separated list of user scopes to request for | |
trigger_id | string | (Required) Token used to trigger the request | |
user | string | (Required) The user this scope is being requested for |
RESPONSES
status: OK
{"ok":"\u003cboolean\u003e"}