Appearance
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/miregisterParameters ​
The following should be posted as Form URL encoded (same as Login). All fields are required.
| Parameter | Type | Required | Description |
|---|---|---|---|
uEmail | Yes | User Email Address | |
uPassword | Yes | User Password (in the clear but over HTTPS ONLY) | |
version | Yes | Version of this API. Value: 1 |
Response ​
200 OK ​
JSON Reponse:
json
{
"errorCode": 0,
"errorMsg": "MI User registered."
}Errors ​
| Exception | Description |
|---|---|
WSUserServiceUnavailableException | See Error Definitions |
WSInvalidParameterException | See Error Definitions |
WSNoUsernameOrPasswordException | See Error Definitions |
WSUserNotFoundException | See Error Definitions |
WSInvalidMIRegistrationRequestException | See Error Definitions |
WSUserServiceException | See Error Definitions |