GET api/login/changepassword/userInfo?passwordGuid={passwordGuid}
Returns change-password guid details.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| passwordGuid | string |
Required |
Body Parameters
None.
Response Information
| Name | Description | Type | Additional information |
|---|---|---|---|
| IsExpired |
True when guid is missing or already expired. |
boolean |
None. |
|
User email address. |
string |
None. |
|
| CountryId |
Country identifier. |
integer |
None. |
| Country |
Country name. |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"isExpired": true,
"email": "sample string 2",
"countryId": 3,
"country": "sample string 4"
}