Change PasswordAsk AIpost https://{application_vanity_domain}/api/v1/change-passwordBody ParamsChange Password Request JSON objectuserIdstringrequiredlength between 1 and 26The ID of the user whose password is being changed.currentPasswordpasswordrequiredlength ≥ 1The user's current password to verify.newPasswordpasswordrequiredlength ≥ 1The new password that the user is changing to.Responses 200OK 400Bad Request 401Unauthorized 403Forbidden 405Method Not Allowed 406Not Acceptable 415Unsupported Media Type 500Internal Server Error 503Service UnavailableUpdated 6 months ago