ConfirmRegistrationEmail

From Gvp-public
Revision as of 18:53, 1 September 2014 by Rcalvo (talk | contribs) (Created page with "{{Api_Method_Spec| Description=Confirm the registration by challenge code and e-mail. This method confirm the user registration using an email and a challenge code to complet...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

Confirm the registration by challenge code and e-mail.

This method confirm the user registration using an email and a challenge code to complete the registration and allow the user to access the platform.

NOTE: There are two requirements to use this method:

- The user should be inactive or a different status of Active.

- The user status cannot be AwaitingEmailConfirmation.

Then, a verification of challenge code is made and change the currently status to Active.

Parameters

  • token (String, required)
A valid token for identifying the API session context. The token can be anonymous or logged.
  • challenge (String, required)
The challenge code created to register the Trusted Device.
  • email (String, required)
The user email already used in his registration.


Returns

Returns a JSON object containing true for success.

Example:

{

"StatusCode": 0,
"Severity": 1,
"StatusMessage": "OK",
"Content": "true"

}


Exceptions

  • None


Caching

This method is not cached.


Known issues

  • None


Version history

API Version Number Change description Changes author
1.0 Initial method design Harley Cabral


See also