# Reset a password by verification code

Endpoint: PUT /password/reset/{verificationCode}
Version: 1.0.448.36393
Security: OAuth2

## Path parameters:

  - `verificationCode` (string, required)
    Verification code of the password reset.

## Request fields (application/json):

  - `ClientID` (string, required)

  - `Username` (string, required)

  - `Password` (string)

## Response 4XX fields (application/json):

  - `StatusCode` (integer)
    Example: "404"

  - `ErrorCode` (string)
    Example: "NotFoundError"

  - `Message` (string)
    Example: "Object not found"

  - `Data` (object)
    Example: {"ObjectType":"","ObjectID":""}


## Response 204 fields
