GET api/User/ValidateOTP?UserId={UserId}&UserType={UserType}&OTP={OTP}&domainName={domainName}

Validate the user received OTP from mobile or email

Request Information

URI Parameters

NameDescriptionTypeAdditional information
UserId

integer

Required

UserType

string

Required

OTP

integer

Required

domainName

string

Default value is sope

Body Parameters

None.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>