Adding users to 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

PermissionGroupUserEntry/ POST — Adds the user to the permission group.

HTTP Action — POST

URI — https://api.dynect.net/REST/PermissionGroupUserEntry/<group_name>/<user_name>/

Arguments:

No Arguments.

Response:

Not Applicable.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands

AddPermissionGroupUsers — Adds the user to the permission group.

Arguments:

  • string group_name Required. The permission group’s name.
  • array user_nameRequired. A list of users to add to the permission group.
  • string tokenRequired. The session identifier.
Response:

Not Applicable.

Example Request — Click for More Info