User Role Management APIs System Users Resource
GET pentaho/api/userscurl -X GET \
"http://localhost:8080/pentaho/api/users" \
-H "Authorization: Basic YWRtaW46cGFzc3dvcmQ=" \
-H "Accept: application/xml"<?xml version="1.0" encoding="UTF-8"?>
<users>
<user>pat</user>
<user>admin</user>
<user>suzy</user>
<user>tiffany</user>
<user>enco*de:te^s_t$</user>
</users>Authorizations
AuthorizationstringRequired
HTTP Basic Authentication
Responses
200
Response object containing an xml list of the users in the platform
application/xml
403
Response due to the requesting user not having sufficient privileges
500
Internal server error occurs when the server cannot retrieve the list of users
get
/usersLast updated
Was this helpful?

