Appearance
Users
List Users
This endpoint takes pagination parameters page and per_page to restrict the list of users.
http
GET /v2/usersYou can use ?search= to search for users by name, or email. For email you must use the full email address to get an exact match.
Query Parameters:
| Name | Type | Description |
|---|---|---|
search | string | Search by name or email. |
per_page | integer | Number of items per page. |
page | integer | Page number. |
sort | string | 'asc' or 'desc'. Default is 'asc'. |
order_by | string | Field name to order by. Default is 'id'. Options are: name, email, id |