Create¶
Create a new user (and implicitly a new organisation for this user).
Request¶
POST https://test-uni.cloudplan.biz/api/user/register
{
"accept_agb" : true // (bool, required)
"accept_data": true // (bool, required)
"email":"...", // (string, required) email address of the
user to be created
"username" : "..." // (string, optional)
"firstname" : "..." // (string, optional)
"lastname" : "..." // (string, optional)
"company_name" : "..." // (string, optional)
}
Reply¶
{
"result": true,
"session_id": "5B3A1BF1AC77C253A95E3291A124FC6B"
}
Error Codes¶
quota_exceeded
please_accept_agb
please_accept_data
email_invalid
restricted_domain
user_already_exists
adding_rights_failed