Groups
The Groups resource provides methods that allow you to manage groups for the account.
The add-in will use the DocuSign API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the add-in.
- GroupType supports the '='.
For example, the following query is processed server side:
SELECT * FROM Groups WHERE GroupType = 'everyoneGroup'
Columns
Name | Type | References | Description |
GroupId [KEY] | Integer | The DocuSign group ID for the group. | |
GroupName | String | The name of the group. | |
GroupType | String | The group type. | |
UsersCount | Integer | Total number of users of the group. | |
PermissionProfileId | String | The ID of the permission profile associated with the group. |