Checks whether an actor has a permission over an application

POST /applications/{applicationId}/permissions/{permissionId}/check

Parameters

Name Required Type Description
applicationId true string
permissionId true string
id true string

Response

{
  "type": "object",
  "description": "Status Check",
  "properties": {
    "ok": {
      "type": "boolean",
      "description": "Indicates whether the operation succeeded or not"
    },
    "check": {
      "type": "boolean"
    }
  },
  "extends": "status"
}