| Resources - Digiprove's API - Send Activation Email |
|
| Submitting a Request to Re-send Activation Email |
|
| The user information should be encapsulated in an XML message along with user credentials. The message will be in the following format: |
|
| <send_activation_email> | |
| <user_agent>xxxxxxxxxxxxxxxx</user_agent> | string identifying the originating software and system |
| <user_id>xxxxxxxxxxxxxxxx</user_id> | Either this or email address is required. string max 40 - note this is usually the user's email address |
| <email_address>xxxxxxxxxx</email_address> | Either this or user id is required. |
| </send_activation_email> | |
|
|
| Processing a Send Activation Mail Request |
|
This xml envelope is submitted to Digiprove's SOAP service, which will perform the following:
- Parse and validate XML; if valid, proceed to
- Re-Send activation email to user
- Send back a response in an XML envelope in the format defined below
|
|
| Format of Send Activation Email Response |
|
| <send_activation_email_response> | |
| <result_code>999</result_code> | See below for values |
| <result>xxxxxxxxxxxxxxxx</result> | "Success" or error description |
| </send_activation_email_response> | |
|
|
| Result Codes |
0 - Success
110 - Internal error
120 - XML validation error (as described in <result> tag)
130 - Other Error (as described in <result> tag)
|
|