Change Password
Body
usernamestringRequired
oldPasswordstringRequired
newPasswordstringRequired
Responses
200
Successful operation.
application/json
500
Internal server error.
application/json
post
POST /api/v1/accounts/change-password HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 61
{
"username": "text",
"oldPassword": "text",
"newPassword": "text"
}
{
"username": "text",
"role": "text",
"accessToken": "text"
}
Last updated
Was this helpful?