Adding a user to a permission group 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 Understanding Group Permissions for a listing of all default permissions groups within Managed DNS.
REST Syntax
UserGroupEntry/ POST — Assigns the permissions group to the user. HTTP Action — POST URI — https://api.dynect.net/REST/UserGroupEntry/<user_name>/<group>/ |
Arguments:
No Arguments. |
Response:
Not Applicable. |
SOAP Syntax
AddUserGroups — Assigns the permission group to the user. |
Arguments:
string array string |
Response:
Not Applicable. |
Example Request — Click for More Info |