List User Accounts
Retrieves the collection of user accounts, filtered, sorted and paged accourding to query parameters.
Authentication
AuthorizationBearer
An auth_token should be provided to authenticate a session.
To obtain an auth_token, see the POST request to
/api/v1/authenticate.
Query parameters
page
Current page number
q
Filter parameter in `<filter>:<value>` format. Multiple filters must be in the format of a comma separated list of the following fields:
* `id`
* `status`
* `name`
* `username`
* `organisation`
per_page
Defines the number of items per page
sort
Sort parameter in `<operator><field>` format.
Expects a comma-separated list from the allowed fields:
* `id`
* `status`
* `name`
* `username`
* `organisation`
* `created`
Response headers
Link
URLs for navigational links used to retrieve first, previous, next and last page in a dataset
X-Count-Per-Page
The requested per_page parameter
X-Current-Page
The current page number within the current data set
X-Total-Count
The total element count in the current data set
X-Total-Pages
The total page count in the current data set
X-Filter
If filtering is applied using ?q=field:criteria URL query parameters, the filter criteria is returned here
X-Sort
If sorting is applied using ?sort=sort_criteria URL query parameters, the sort criteria is returned here
Response
Successfully returned a list of Users
id
username
name
created
status
organisation