GET api/login/changepassword/userInfo?passwordGuid={passwordGuid}

Returns change-password guid details.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
passwordGuid

string

Required

Body Parameters

None.

Response Information

NameDescriptionTypeAdditional information
IsExpired

True when guid is missing or already expired.

boolean

None.

Email

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"
}