Get Users
This endpoint will return all the users of the specified merchant.
Scope required: users.read
The user’s phone number is not gathered by Thanx with the permission to use it for marketing.
Parameters
Filter by Merchant ID
Optionally filter by email. If there is a match, a single user record will be returned.
Optionally filter by phone. If there is a match, a single user record will be returned. This value is expected to be in E.164 format.
Optionally filter by records updated after specified updated_after
timestamp.
Optionally filter by records updated before specified updated_before
timestamp.
Optionally include loyalty attributes in response. Defaults to false
.
Optionally include communication setting attributes in response. Defaults to
false
.
The current page of paginated resources.
- Default:
1
.
Number of records to be returned per API request.
- Default:
10
- Minimum:
1
- Maximum:
100
Response
The user's identifier
The user's email
The user's phone number, in E.164 format (eg. +14157582345
)
The user's first name
The user's last name
The user's birthday information
The user's zip code
Datetime the user record was last updated.