Path: / {BASE} / users

List users (that have the given role).


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

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

Method Detail

GET /{BASE}/users

List users (that have the given role).

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

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

Output:
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