GET api/UserLogin/GetUserOTPByUserId?UserId={UserId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
RegisterOTP| Name | Description | Type | Additional information |
|---|---|---|---|
| OTP | integer |
None. |
|
| UserId | integer |
None. |
|
| Status | string |
None. |
|
| Mobile | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"OTP": 1,
"UserId": 2,
"Status": "sample string 3",
"Mobile": "sample string 4"
}
application/octet-stream
Sample:
{"$id":"1","OTP":1,"UserId":2,"Status":"sample string 3","Mobile":"sample string 4"}