Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
If passed, you will get all users under the type.
Available options:
individual
, business
If passed, you will get all users with the case-insensitive partial match of firstName
.
If passed, you will get all users with the case-insensitive partial match of lastName
.
If passed, you will get all users with the case-insensitive partial match of businessName
.
If passed, you will get all users with the case-insensitive partial match of email
.
default to 10, maximum to 100
ISO format: YYYY-MM-DD
ISO format: YYYY-MM-DD
Response
Success
- User Object (Individual)
- User Object (Business)
The createdAt
timestamp of the last record in the current page. Pass this as createdBefore
in the next request to retrieve the next page of results.