/
User

User


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.

Payload

Please note that M is for Mandatory and O for Optional.

ParameterM/ODescription
emailMEmail address of the user.
usernameOUsername of the user.
messageORegistration reason/message
passwordMUser Password
verMVersion of BooxTV application
device_idMUnique identifier for the device
platformMiPhone, iPad or Symbian. Default to the value in user-agent
os_verMOperating system version. Default to the value in user-agent
serviceMService to which the user belongs
remember_meOBoolean 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 TypeURLAuthorization
POSThttps://domain.tld/api/userService

Related content