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

KeyDatatypeRequiredDescription
scopesstring(Required) A comma separated list of user scopes to request for
trigger_idstring(Required) Token used to trigger the request
userstring(Required) The user this scope is being requested for

RESPONSES

status: OK

{&quot;ok&quot;:&quot;\u003cboolean\u003e&quot;}