REST API Test Page
Operation
POST
on
/enduser/secondaryAccounts
Add a secondary enduser account
Produces
: application/json
Parameters
Name
Type
Value
Description
(JSON)
Request Body
{ "endUser" : { "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" : true, "extraEmails" : [ { "email" : "an email" } ] }, "password" : "a password", "label" : "a secondary enduser account label", "roleName" : "a role name", "activationTimestamp" : 120123456790, "expirationTimestamp" : 120123456794, "templateName" : "a role name" }
*
All information about the secondary account
Result
HTTP Status :