Change the Password | Teradata Query Service - Changing the Password - Teradata Query Service

Teradata® Query Service Installation, Configuration, and Usage Guide for Customers - 4.01.03.01, 4.01.07.00

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Teradata Query Service
Release Number
4.01.03.01, 4.01.07.00
Published
September 2023
ft:locale
en-US
ft:lastEdition
2024-08-02
dita:mapPath
qla1666844235399.ditamap
dita:ditavalPath
ft:empty
dita:id
enn1467244092237
lifecycle
latest
Product Category
Analytical Ecosystem
Run the following sample request to change the logon password.
curl -k -X PUT 'https://<QS_HOSTNAME>:1443/adminusers/admin' \
-H 'Authorization: Basic <ADMIN_TOKEN>' \
-H 'Content-Type: application/json' \
--data-raw '{
	"oldPassword":"oldPasswordValue",
	"newPassword":"newPasswordValue",
	"confirmPassword": "newPasswordValue"
	
}
'