Update Member
Updates details of an existing member.
Note: Only a single member can be updated at a time.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Details to update in the member information. Fields that are allowed to update are governed by company configuration.
Profile ID of the member to update
"f90a1da5-c072-48b7-a9ea-eb35c5dd506b"
First name of member
1 - 100
"John"
Middle name of member
"M"
Last name of member
1 - 100
"Williams"
Suffix member
Gender of member
None
, Male
, Female
, Other
"Male"
Date of birth of member
"1980-11-30"
Email address given during enrollment
1 - 254
"user@abc.com"
Phone number given for enrollment (without space or dash)
1
"923331234567"
Line 1 of address
500
"10400 NE 4th St"
Line 2 of address
500
"Suite 505"
An additional line for directional information
500
null
City name of address
50
"Bellevue"
State name of address
150
"Wisconsin"
Zip code of address
"98004"
Country name of address
1
"United States"
Marital status of the member
None
, Single
, Married
, Divorced
, Widowed
, Separated
"Single"
Prefix (if appliable) of the member name
None
, Mr
, Mrs
, Ms
"Mr"
Redemption options are Bank
and Auto
. If the redemptionChoice is Auto
the points are automatically converted to rewards. When the redemptionChoice is Bank
the points are converted to rewards at the member’s request.
Bank
, Auto
"Auto"
Points can be redeemed only when they reach a defined threshold value
10
Store name (physical entire/store or a website) where member was enrolled.
1
"www.demostore.come"
Date of member enrollment
"2021-01-15"
Entity or store where the pro membership was purchased (for the paid tier).
1
"1201"
Date to update the paid status
"2021-01-15"
Reference-name of the tier to assign member to
"GOLD"
Tier expiration date-time. Only utilized if tierReference is specified
"2026-01-15T23:59:59.000Z"
A dictionary representing the custom fields.
{
"joiningDate": "2021-07-26",
"confirmationDate": "2021-07-26"
}
Response
Response for the member update request
Message corresponding to the call
1
"Member updated"
A dictionary of lists with different number of errors or exceptions
{ "ExceptionString": [] }
Member details
Status code of call
200
Was this page helpful?