GET api/{version}/User/ValidateOTP?UserId={UserId}&UserType={UserType}&OTP={OTP}&domainName={domainName}
Validate the user received OTP from mobile or email
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
Required |
|
| UserType | string |
Required |
|
| OTP | integer |
Required |
|
| domainName | string |
Default value is sope |
|
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>