Skip to main content
GET
List users

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

start_date
string<date-time>
required

Inclusive ISO 8601 start date.

end_date
string<date-time>
required

Inclusive ISO 8601 end date.

limit
integer
default:100
Required range: 1 <= x <= 1000
offset
integer
default:0

Rows to skip before the page. offset + limit cannot exceed 5000; a larger window returns 400 rather than a silently truncated page.

Required range: x >= 0

Response

Successful response.

The response is of type object.