UserListOptions
Log in to add to favouritesA 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. |