Access denied Access granted Authentification Draft Deprecated
user : signUp
Last change: 2023-01-20 14:16:19
This is a simple interface to sign up a Kinomap user
Parameter
Value
Description
email
The email
md5Pwd
The user password in Md5
userName
The user login
country
The user country ID
deviceId
A unique id from the hardware. (Example on Android Platform: Secure.getString(getApplicationContext().getContentResolver(), Secure.ANDROID_ID))
deviceModel
devicePrettyName
forceStandard
If set to 1, the return will use a new format implemented (better compliance standard) - Default: 0
fullName
The full name
(Deprecated) - hardwareId
Use deviceId
lang
By default en-gb (Available fr-fr, en-gb)
newsletterSubscribe
1 or 0
source
An info about the source of application for example
(Deprecated) - virtual
If this field is 1, return a default test user instead of creating a real user
outputFormat
Output format - Default: xml
Call
https://api.kinomap.com/user/signUp?
Response Body
An error occured!

	
Response : Valid / Success
  • status: OK when no errors
  • user.accessToken: The access token for the current user. You can save it and use it for the next api call.
  • user.username: The username of the current user (If he use his email to sign in)
Response : Error / Failed
Response status is replaced by one of the following:
  • UNABLE_SIGN_UP: An unknow error occured when to sign up the user.
  • USERNAME_EXISTS: Username already taken.
  • INVALID_USERNAME: Username is not valid (Not allowed: @, <, >, ', ", &).
  • EMAIL_EXISTS: Email already taken.
  • INVALID_EMAIL: Email is not valid.
Sign in