Retrieving user account information 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

User/ GET — If no user_name is specified, a list of available users will be returned. Otherwise, the information specific to the given user will be returned.

HTTP Action — GET

URIs:

Get one User — https://api.dynect.net/REST/User/<user_name>/

Get Users — https://api.dynect.net/REST/User/

Arguments:

No Arguments.

Response:

Get one User — Click for More Info

Get Users — array of individual user resources.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands

GetOneUser — Retrieves information about the specified user.
GetUsers — Retrieves all existing users in the account.

Arguments:

GetOneUser Arguments:

  • string tokenRequired. The session identifier.
  • string user_name — The user’s system username used for logging in.

GetUsers Arguments:

  • string tokenRequired. The session identifier.
Response:

GetOneUser — Click for More Info

GetUsers — Click for More Info

Example Request (GetOneUser) — Click for More Info

Example Request (GetUsers) — Click for More Info