Get a list of users based on the filtering conditions.
The conditions are passed in the query parameter as an object serialized as JSON.

Request

GET /pub/v1/user/list

Query parameters

Parameter name Value Description Additional
query string (json)

Query parameters of item list

Parameter format

Authorization

This request requires the use of one of following authorisation methods: API key

Response

The following HTTP status codes may be returned:

Status code Description Resource
200 OK

Model of a list of users

Model of a list of users (Get a list of users)