registerOffline (service)

This command is deprecated! Use MdlRegister (service) [v2] instead!

API version: 1

Availability: DIGIPASS Gateway 4.1 and later

Authentication: None.

The registerOffline service performs a provisioning registration operation by generating Activation Message 1 for a specific user.

URL

https://dpgateway_host:dpgateway_port/registerOffline

Request

Parameters to the service are passed via the URI query component.

registerOffline parameters
Parameter name Data type Description
email String Required. The email address of the user.
password String Required. The static password of the user.

Example

POST https://192.0.2.1:11080/[email protected]&password=myPassword

Response

The service returns an XML response message containing the result.

registerOffline return values
Return value Description
//DIGIPASSGateway/@crontoImage The generated registration activation data.
//DIGIPASSGateway/@message The status message.
//DIGIPASSGateway/@registrationID The unique identifier of a user for a given activation process.
//DIGIPASSGateway/@retCode The return code of the operation.

Example

<?xml version="1.0"?>
<DIGIPASSGateway retCode="0" message="Success"
  registrationID="e3wfISG9"
  crontoImage="BBED4D1C617F42C8D496B36F0137AE5E..." />