public. Retrieve list of users.
None
| Name | Type | Description |
| activatedfilter | bool? | Search for users by their active status |
| authenticate | bool? | Force authentication for request (default: false) |
| authprovider | int? | Return users belonging to given authentication service id |
| limit | int? | Number of entries to retrieve. Default: 100 |
| offset | int? | Number of entries to skip. Default: 0 |
| rolefilter | string? | Search for users by a role name |
| sortby | {id, username, nick, email, fullname, date.lastlogin, status, role, service, date.created}? | Sort field. Prefix value with '-' to sort descending. default: No sorting |
| usernameemailfilter | string? | Search for users by name and email or part of a name and email |
| usernamefilter | string? | Search for users by name or part of a name |
| Name | Value | Description |
| Forbidden | 403 | Read access is required |
| Ok | 200 | The request completed successfully |
Output:
<users count="{int}" href="{uri}">
<user id="{int}" href="{uri}">
<nick>{text}</nick>
<username>{text}</username>
<email>{text}</email>
<page.home id="{int}" href="{int}">
<title>{text}</title>
<path>{text}</path>
</page.home>
<fullname />
<status>{active|inactive}</status>
<date.lastlogin>{date}</date.lastlogin>
<service.authentication id="{int}" href="{uri]" />
<permissions.user>
<operations mask="{int}">{text}</operations>
<role id="{int}" href="{uri}">{text}</role>
</permissions.user>
<permissions.effective>
<operations mask="{int}">{text}</operations>
</permissions.effective>
<groups count="{int}" href="{uri}">
<group id="{int}" href="{uri}">
<name>{text}</name>
<service.authentication id="{int}" href="{uri}" />
<users count="{int}" href="{uri}" />
<permissions.group>
<operations mask="{int}">{text}</operations>
<role id="{int}" href="{uri}">{text}</role>
</permissions.group>
</group>
...
</groups>
</user>
...
</users>
User POST:users to add or modify users.
| Images 0 | ||
|---|---|---|
| No images to display in the gallery. |