Resource deals with the Authorization Action in the BA Platform. This service validates if a current user is authorized to perform a specific action.
The following resources are applicable:
/authorization/action/isauthorized
GET
Validates if a current user is authorized to perform a specific action.
Example Request:
GET pentaho/api/authorization/action/isauthorized
Parameters
| name | description | type |
|---|---|---|
| authAction | Authorization Action to be validated for the current user. | query |
Response Body
| element: | (custom) |
| media types: | text/plain |
A boolean response based on the current user being authorized to perform a specific action within the system.
Example Response:
false
Status Codes
| code | description |
|---|---|
| 200 | Returns a boolean response. |