GroupUsers
The GroupUsers resource provides methods that allow you to manage the users in a group.
View Specific Information
In order to make a successful request on this view, you have to specify GroupId.
For example:
SELECT * FROM GroupUsers WHERE GroupId = 6071932
Columns
| Name | Type | References | Description |
| GroupId [KEY] | Integer |
Groups.GroupId | The DocuSign group ID for the group. |
| UserId [KEY] | String |
Users.UserId | Id of the user account |
| UserName | String | Name of the user account | |
| String | Email of the user account | ||
| UserType | String | Type of the user account | |
| UserStatus | String | Status of the user account. One of: ActivationRequired, ActivationSent, Active, Closed, Disabled. | |
| Uri | String | Uri of the user account | |
| LoginStatus | String | Status of login. | |
| SendActivationEmail | Boolean | When set to true, an activation email can be sent. | |
| ActivationAccessCode | String | Activation code for access. |