REST API Test Page
Operation
PUT
on
/enduser/secondaryAccounts
Update a secondary enduser account
Produces
: application/json
Parameters
Name
Type
Value
Description
(JSON)
Request Body
{ "userId" : "a user id", "title" : 1, "firstName" : "a first name", "lastName" : "a last name", "email" : "an email", "phoneNumber" : "a phone number", "mobilePhone" : "a mobile phone", "locale" : "a locale", "commercialMailAgreement" : false, "extraEmails" : [ { "email" : "an email" } ] }
*
All information to update the secondary enduser account
Result
HTTP Status :