User Registration and Activation
Version2.0
Since BPLAT-5840
Exceptions
- CException
- CannotGetConfigException
- CannotDetectBrowserException
- CannotGetBrowserDetectorException
- ConfigurationEntryNotFoundException
- CannotGetSessionHandlerFactoryException
Creates a new User. If creation is successful, A 200 HTTP response will be returned.
If the user has been pre-provisioned, this action activates the user account and replaces the default password with a user defined password.
Querystrings
Please note that M is for Mandatory and O for Optional.
Parameter | M/O | Description |
---|---|---|
M | Email address of the user. | |
username | O | Username of the user. |
message | O | Registration reason/message |
password | M | User Password |
ver | M | Version of BooxTV application |
device_id | M | Unique identifier for the device |
platform | M | iPhone, iPad or Symbian. Default to the value in user-agent |
os_ver | M | Operating system version. Default to the value in user-agent |
service | M | Service to which the user belongs |
remember_me | O | Boolean 0 or 1, default is 1,If remember me checkbox is checked then it's value will be 1 otherwise 0. 'Remember me' will update the user session expiration time. |
Request
Method Type | URL | Authorization |
---|---|---|
POST | https://domain.tld/api/user | Service |