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

/REST/UpdateUser/ GET — Retrieve all available UpdateUsers or the password of the specified UpdateUser.

HTTP Action — GET

URIs:
Get UpdateUsers — https://api.dynect.net/REST/UpdateUser/
Get One UpdateUser — https://api.dynect.net/REST/UpdateUser/<user_name>/

Arguments:

Not Applicable.

Response:

Get One UpdateUser — string password — The UpdateUser’s password.

Get UpdateUsers — array — Individual UpdateUser resources.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands

GetUpdateUsers — Retrieves the password of the UpdateUser.

Arguments:

  • string tokenRequired. The session identifier.
Response:

  • array data
    • string password — The current password of the update user
Example Request — Click for More Info