UserListOptions
Log in to add to favouritesPage last updated 08 March 2022
A UserListOptions is a structure that is used to describe details for requesting users.
| Name | Type | Format | Description |
|---|---|---|---|
| q? | string | A simple query to perform a 'contains' search over users firstname, surname, username and email. | |
| pageOptions? | object | PageOptions | The page options. |
| order? | string[] | An array of properties to order the results by. Prefix property with - for descending order. |