User Role Management APIs User Console Resource
GET pentaho/api/mantle/isAdministratorcurl -X GET \
"http://localhost:8080/pentaho/api/mantle/isAdministrator" \
-H "Authorization: Basic YWRtaW46cGFzc3dvcmQ="trueAuthorizations
AuthorizationstringRequired
HTTP Basic Authentication
Responses
200
Returns the boolean response
text/plain
stringOptional
Boolean value indicating administrator status
get
/mantle/isAdministrator200
Returns the boolean response
GET pentaho/api/mantle/isAuthenticatedcurl -X GET \
"http://localhost:8080/pentaho/api/mantle/isAuthenticated" \
-H "Authorization: Basic YWRtaW46cGFzc3dvcmQ="trueAuthorizations
AuthorizationstringRequired
HTTP Basic Authentication
Responses
200
Returns the boolean response
text/plain
stringOptional
Boolean value indicating authentication status
401
User is not authenticated
get
/mantle/isAuthenticatedLast updated
Was this helpful?

