Retrieving Permission Group information 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

PermissionGroup/ GET — Retrieves information on permission groups.

HTTP Action — GET

URIs:

Get one Permission Group — https://api.dynect.net/REST/PermissionGroup/<group_name>/

Get Permissions Groups — https://api2.dynect.net/REST/PermissionGroup/

NOTE: If no group_name is specified, a list of available permission groups will be returned.
Otherwise, the information specific to the given permission group will be returned.

Arguments:

No Arguments.

Response:

Get one Permission Group — Click for More Info

Get Permissions Groups — array of Individual Permission Group resources.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands

GetOnePermissionGroup — Retrieves information about the specified permission group.

GetPermissionGroups — Retrieves information about all permission groups.

Arguments — Click for More Info

Response:

GetOnePermissionGroup — Click for More Info

GetPermissionGroups — Click for More Info

Example Request (GetOnePermissionGroup) — Click for More Info

Example Request (GetPermissionGroups) — Click for More Info