Adding individual user permissions 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.

See User and Group Permissions for a listing of all permissions within Managed DNS.

REST Syntax

Click to view all REST Resources
UserPermissionEntry/ POST — Adds individual permissions to the user.

HTTP Action — POST

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

Arguments:

No Arguments.

Response:

Not Applicable.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands

AddUserPermissions — Adds individual permissions to the user.

Arguments:

string user_nameRequired. The user’s name.

array permissionRequired. A list of permissions to add to the user.

string tokenRequired. The session identifier.

Response:

Not Applicable.

Example Request — Click for More Info