Path: / {BASE} / users

List users (that have the given role).


Resources
NameDescription
{login}Return the Account data of the requested login

Method Summary
ResourceDescription
GET /{BASE}/users?role=…List users (that have the given role).

Method Detail
HTTP Example:
GET /{BASE}/users?role=…

API Example:

UserManagementWebService.listUsers({'role': /* role the required role (optional) */});

List users (that have the given role).

Output:
javax.ws.rs.core.Response - an array of {@link org.apache.marmotta.platform.user.webservices.UserWebService.AccountPoJo}s containing users (that have the required role, if role was given) (in JSON).
Query parameters:
role - the required role (optional)
Produces:
application/json