Adding a subgroup into a permissions 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.
REST Syntax
Click to view all REST Resources |
PermissionGroupSubgroupEntry/ POST — Adds the subgroup to the permissions group. HTTP Action — POST URI — https://api.dynect.net/REST/PermissionGroupSubgroupEntry/<group_name>/<subgroup>/ |
Arguments:
No Arguments. |
Response:
Not Applicable. |
SOAP Syntax
Click to view all SOAP Commands |
AddPermissionGroupSubgroups — Adds subgroups to an existing permission group. |
Arguments:
string array string |
Response:
Not Applicable. |
Example Request — Click for More Info |