SigningGroupUsers
The SigningGroupUsers resource provides methods that allow you to manage users in Signing Groups.
View Specific Information
In order to make a successful request on this view, you have to specify SigningGroupId.
For example:
SELECT * FROM SigningGroupUsers WHERE SigningGroupId = '6071932'
Columns
Name | Type | References | Description |
SigningGroupId [KEY] | String |
SigningGroups.SigningGroupId | Id of the signing group. |
UserName | String | The name of the group member. | |
Email [KEY] | String | The email of the group member. |