Page tree
Skip to end of metadata
Go to start of metadata

Description

Creates a new user. Requires either an email or a mobile number since these fields are used as the unique user identifier in the system.

Available from

v1

Request path

POST [REST URL]/user/create

Query Parameters

Parameter

Type

Description

email

String

Email for the user

mobileNumber

String MobileNumber

Mobile number of the user

Request Body Type

list of Attribute

Empty body

[]

Example body with attributes

[
  {"name" : "user.lastname", "value" : "Smith"},
  {"name" : "DateOfBirth", "value" : "1970-05-05"},
  {"name" : "ISOlanguagecode", "value" : "fr"},
  {"name": "user.ISOCountryCode", "value": "FR"}    
]
  • No labels