GET api/User/ResendOtp?username={username}
Resends the otp.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| username |
The username. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Task<IHttpActionResult>.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.