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 /api/v1/authenticate POST request.
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
Successfully returned a list of Users
id
username
name
created
status
organisation