TDV Adapter for DocuSign

Build 22.0.8462

Groups

The Groups resource provides methods that allow you to manage groups for the account.

The adapter 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 adapter.

  • 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.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462