Customer
Username
View Cart
Everything you must know in one place
Support → API → Methods → users → changePassword
This API call works in two ways depending on the parameters that are sent.The first way is sending the global parameter username along with the oldpassword and newpassword. The next way is using Resetcode obtained with namecheap.users.resetpassword API
FIRST WAY:
https://api.namecheap.com/xml.response?ApiUser=apiexample&ApiKey=56b4c87ef4fd49cb96d915c0db68194&UserName=apiexample&Command=namecheap.users.changepassword&ClientIp=192.168.1.109&OldPassword=NCpass09&NewPassword=NCpass~9
Global parameters are not shown here for clarity, but should be present in all requests
<?xml version="1.0" encoding="UTF-8"?> <ApiResponse xmlns="http://api.namecheap.com/xml.response" Status="OK"> <Errors /> <RequestedCommand>namecheap.users.changePassword</RequestedCommand> <CommandResponse Type="namecheap.users.changePassword"> <UserChangePasswordResult Success="true" UserId="123" /> </CommandResponse> <Server>SERVER-NAME</Server> <GMTTimeDifference>+5</GMTTimeDifference> <ExecutionTime>0.024</ExecutionTime> </ApiResponse>
Specifies the error codes that might be returned from this method
SECOND WAY:
http://api.namecheap.com/xml.response?APIUser=apiexample&ApiKey=56b4c87ef4fd49cb96d915c0db68194&clientip=61.11.95.68&command=namecheap.users.changepassword&resetcode=zd8e256727d1e4c8563e014a16c1054cc&newpassword=password2
Global parameter - UserName should be omitted for this API call.All other Global parameters must be included.
<?xml version="1.0" encoding="UTF-8"?> <ApiResponse Status="OK"> <Errors /> <RequestedCommand>namecheap.users.changePassword</RequestedCommand> <CommandResponse Type="namecheap.users.changePassword"> <UserChangePasswordResult Success="true" UserId="392" /> </CommandResponse> <Server>SERVER159</Server> <GMTTimeDifference>--5:00</GMTTimeDifference> <ExecutionTime>0.14</ExecutionTime> </ApiResponse>
We welcome your comments, questions, corrections and additional information relating to this article. Your comments may take some time to appear. Please be aware that off-topic comments will be deleted.
If you need specific help with your account, feel free to contact our Support Team. Thank you.
Need help? We're always here for you.
Chat with a Live Person