Users
List users
The following query parameters are available:
Name | Type | Description |
---|---|---|
limit |
integer | Number of results to return per page. |
offset |
integer | The initial index from which to return the results. |
id |
string | id |
email |
string |
Get a single user
The response object contains the following fields:
Name | Type | Description |
---|---|---|
id |
integer | |
email |
string | |
first_name |
string | |
last_name |
string | |
created_at |
string | |
updated_at |
string |