Appearance
validateEmail ​
Returns an authenticated user's profile. 20 July 2017 - V2 added to support many more fields. Please see WIKI page for more details on fields, descriptions, and lengths
Wiki Link: https://sites.google.com/a/interact.technology/wiki/r-d/sam/sam-apis
or Google Docs Link: https://docs.google.com/spreadsheets/d/1rFpXg1k10I8S7i6KYbiByLvrVXehXn9-AyWk9hAQZoE/edit#gid=0
Request ​
http
GET /rest/user/validateEmailParameters ​
regId - Registration Id (a.k.a temporary password)
Response ​
200 OK ​
JSON Reponse:
json
{
"errorCode": 0,
"errorMsg": "User email validated."
}Errors ​
| Exception | Description |
|---|---|
WSUserServiceUnavailableException | See Error Definitions |
WSInvalidParameterException | See Error Definitions |
WSInvalidMIRegistrationIdException | See Error Definitions |
WSUserServiceException | See Error Definitions |