user : signUp

Last change: 2023-01-20 14:16:19
This is a simple interface to sign up a Kinomap user
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.