Retrieving the UpdateUser’s 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

UpdateUserPassword/ GET — Retrieves the UpdateUser’s password.

HTTP Action — GET

URI — https://api.dynect.net/REST/UpdateUserPassword/<user_name>/

Arguments:

string user_nameRequired. The user name of the UpdateUser whose password you want to retrieve.

Response:

  • hash data
    • string password — The current password for the UpdateUser.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands

GetUpdateUserPassword — Retrieves the UpdateUser’s password.

Arguments:

  • string user_nameRequired. The user name of the UpdateUser whose password you want to retrieve.
  • string tokenRequired. The session identifier.
Response:

  • hash data
    • string password — The current password for the UpdateUser.
Example Request — Click for More Info