latestSwagger 2.0Apache 2.02026-08-19151166415.3 KB

5c90e58bf672

user

Creation of user

Creates user with the following fields: email, password, fullName, output http code 200 and json response

post/v2/user

Request body

country_codestring
emailstring required
fullNamestring required
invite_codestring
need_email_verifyinteger

only after email verification requirement is implemented

pagestring
passwordstring required
platformstring
statusstring
typestring

Response

success, the list in Data is UserCreationResponse

codeinteger

0=success,only parse data when code=0

messagestring

tip message

Example response

{
  "message": "success"
}