Password

<p>
Password Reset endpoints are used to reset an administrator's password. The password reset process is a two-step process - the initial request followed by the response completing the reset process.
</p>
<br>

# Endpoint

<span class="spnEndpointUri">[https://platform.wellviasolutions.com/user/v1/clientadministrator/password](https://platform.wellviasolutions.com/user/v1/clientadministrator/password)</span>
<br>

# Creating or Changing a Password

## Step 1: Requesting a Password Change Request

***

<p>
A password reset code can be requested by providing the email address on the account or with the <code>userId</code>.
</p>
<br>

## Step 2: Resetting the Password

***

<p>
With the <code>requestCode</code> that was provided in the response of the password reset request, provide the code that the user received in addition to the new password to complete the password reset request.
</p>