POST api/users/forgetpassword

Recover the user's password by providing the Connect username and the market C4UId

Request Information

Authentication

This method requires device authentication

URI Parameters

None.

Body Parameters

UserMarketVM
NameDescriptionTypeAdditional information
UserName

User Name. The username of the Connect user.

string

None.

C4Uid

Connect 4 market identifier. This is the string value that identifies which market is being affected.

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserName": "sample string 1",
  "C4Uid": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.

Internal Error Codes

  • 106: ResourceNotFound
    (The requested resource was not found., NotFound)
  • 100: MissingRequiredHeader
    (Invalid request format. A required HTTP header was not specified., BadRequest)
  • 118: InvalidHeaderValue
    (The value provided for one of the HTTP headers was not in the correct format., BadRequest)
  • 199: UnknownError
    (Internal server error., InternalServerError)
  • 115: MissingRequiredQueryParameter
    (Invalid request format. A required query parameter was not specified for this request., BadRequest)