Users
Update User
This endpoint will update one particular user of the specified merchant.
PATCH
Scope required:
users.writeThe user’s phone number is not gathered by Thanx with the permission to use it
for marketing.
To update a user’s notification / email settings, use Update User’s
Communication Settings
instead.
communication_settings is read-only on this endpoint.Parameters
User ID
Merchant ID
Body
The user’s email
The user’s phone number in E.164 format,
with the country code prefix (e.g.
+14157582345). Phones submitted
without the country code prefix are stored as-is — this endpoint does
not normalize them — and will fail later phone-based lookups (such as
Partner Auth Token) that depend on E.164 parsing.The user’s first name
The user’s last name
The user’s birthday information
The user’s zip code
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.