public class SystemUsersResource extends AbstractJaxRSResource
TEXT_HTML| Constructor and Description |
|---|
SystemUsersResource() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getUsers()
Returns the list of users in the platform, this list is in an xml format as shown in the example response.
|
setHttpHeaderspublic javax.ws.rs.core.Response getUsers()
throws Exception
Example Request:
GET pentaho/api/users
Example Response:
<?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>
Exception