Removing users from a permission group in 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/ DELETE — Removes the user from the permission group.

HTTP Action — DELETE

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

RemovePermissionGroupUsers — Removes the user from the permission group.

Arguments:

  • string group_nameRequired. The permission group’s name.
  • array user_nameRequired. A list of users to remove from the permission group.
  • string tokenRequired. The session identifier.
Response:

Not Applicable.

Example Request — Click for More Info