API Reference
Accounts

Create account

1min
POST
This endpoint will provide the ability to create an account within the eSuite platform
Authentication
Authorization
Header Parameters
X-TokenId
X-SessionId
X-Version
*
Origin
Body Parameters
account
*
Description
Account
email
clientUserId
*
password
salutation
firstName
lastName
phoneNumber
mobileNumber
dateOfBirth
gender
customParameters
marketingAllowed
Responses
200
OK
Description
Account
accountReference
status
verified
email
clientUserId
*
salutation
firstName
lastName
phoneNumber
mobileNumber
dateOfBirth
gender
addresses
customParameters
sessionToken
marketingAllowed
401
• Not Authorized
403
• The email is already in use. <br />• ClientUserId field incorrect <br />• The specified password does not meet the password complexity requirements of the platform
500
• Internal Server Error
Curl
JS
Ruby
Python
Responses
200
401
403
500