REST API Test Page
Operation
PUT
on
/enduser/mainAccount
Update enduser main 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 main user
Result
HTTP Status :