registerOffline (Service)
  • 26 Sep 2024
  • 1 Minute to read
  • Dark
    Light
  • PDF

registerOffline (Service)

  • Dark
    Light
  • PDF

Article summary

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/registerOffline?email=jane.doe@myDomain.com&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..." />


Was this article helpful?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.
ESC

Eddy AI, facilitating knowledge discovery through conversational intelligence