User Role Management APIs Authorization Action Resource
GET pentaho/api/authorization/action/isauthorizedcurl -X GET \
"http://localhost:8080/pentaho/api/authorization/action/isauthorized?authAction=org.pentaho.repository.read" \
-H "Authorization: Basic YWRtaW46cGFzc3dvcmQ="falseAuthorizations
AuthorizationstringRequired
HTTP Basic Authentication
Query parameters
authActionstringRequiredExample:
Authorization Action to be validated for the current user
org.pentaho.repository.readResponses
200
Returns a boolean response
text/plain
stringOptional
Boolean value indicating authorization status
get
/authorization/action/isauthorized200
Returns a boolean response
Last updated
Was this helpful?

