Updating your password in the API requires specific syntax depending on whether you are using REST or SOAP. Use this table to find the syntax for your command.

REST Syntax

Click to view all REST Resources
Password/ PUT— Update your own password.

HTTP Action — PUT

URI — https://api.dynect.net/REST/Password/

Arguments:

string passwordRequired. The new password to use.

Response — Click for More Info

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands

UpdateUserPassword — Update your own password.

Arguments:

string passwordRequired. The new password to use.

string tokenRequired. The session identifier.

Response — Click for More Info

Example Request — Click for More Info