Change Password

API to support periodic or adhoc password change

post/v1/password

Request body

userNamestring
passwordstring
newPasswordstring
verifyCodestring

Example request

{
  "userName": "sallydev01",
  "password": "AnOldPassword01%",
  "newPassword": "ANewPassword404&",
  "verifyCode": "123789"
}

Response

Success

Empty required

Changes

No recorded changes to this endpoint across all 1 revision of this API.