Register User
Create a new user in your project data base
Register a new user on the project database
Name
Value
Name
Type
Required
Description
{
"message": "Register success.",
"id": 1 //Id of the registered user
}{
"error": "The following fields are required: <field_name>."
}{
"error": "Unauthorized."
}{
"error": "You do not have access to the project."
}{
"error": "Error registering the user, try again or contact the administration."
}Last updated