Skip to content

registerMIUser ​

Registers an MI user using only Email Address and Password. Assumes the user has been Email Validated by cilcking the Registration URL otherwise registration via this API is not possible.

Request ​

http
POST /rest/user/miregister

Parameters ​

The following should be posted as Form URL encoded (same as Login). All fields are required.

ParameterTypeRequiredDescription
uEmailYesUser Email Address
uPasswordYesUser Password (in the clear but over HTTPS ONLY)
versionYesVersion of this API. Value: 1

Response ​

200 OK ​

JSON Reponse:

json
{
"errorCode": 0,
"errorMsg": "MI User registered."
}

Errors ​

ExceptionDescription
WSUserServiceUnavailableExceptionSee Error Definitions
WSInvalidParameterExceptionSee Error Definitions
WSNoUsernameOrPasswordExceptionSee Error Definitions
WSUserNotFoundExceptionSee Error Definitions
WSInvalidMIRegistrationRequestExceptionSee Error Definitions
WSUserServiceExceptionSee Error Definitions