Method:
mm.user.add
Creates a new user
Authentication
| Requires signing: | Yes |
|
Requires special API key (contact us): |
Yes |
Parameters
-
email(required) -
first_name(required) -
last_name(required) -
password(optional) -
password_confirmation(optional) -
return_auth(optional) -
skype_account(optional) -
user_name(optional)
Sample Response
not available
Error Codes
-
20Object not found - Object not found
-
25Not privileged - The API key is not authorized to do that action
-
26User login already taken - Login already taken, must be unique
-
27Email already taken - Email already taken, must be unique
-
28Password and confirmation do not match - Password and its confitmation do not match, please check again
-
29Password or email too short - Password or email is not valid or too short
-
96Invalid signature - The passed signature was invalid.
-
97Missing signature - The call required signing but no signature was sent.
-
98Login failed - The login details or auth token passed were invalid.
-
100Invalid API Key - The API key passed was not valid or has expired.
-
112Method not found - The requested method was not found.
Test Method
No API key found.
If you already have an API key you might just have to Sign In.