Get authorization for a resource type action
Removed from your favourites
Get authorization for a resource type action
Created by zengenti, last updated 21 Jan 2021
Gets an authorization confirmation for the requested user, resource type and action.
GET /api/management/projects/{projectId}/security/permissions/{resourceType}/actions/{action}?userId={userId}
Parameters
Name | Parameter type | Type | Format | Description |
---|---|---|---|---|
projectId | path | string | The project identifier, e.g. "movieDb". Found in the project overview screen of the management console. | |
resourceType | path | string |
The type of resource to retrieve permissions for. Permitted values are:
|
|
action | path | string |
Name of the action to check authorization for. The possible actions are:
|
|
userId | query | string | The optional id of the user to check authorization for. |
JSON
GET: /api/management/projects/movieDb/security/permissions/webhookSubscriptions/actions/create/?userId=a.user
Response message
JSON
{
"authorized": true
}