Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.2 KB

Group.md

File metadata and controls

16 lines (12 loc) · 1.2 KB

Group

Properties

Name Type Description Notes
errorDetails ErrorDetails [optional]
groupId String The DocuSign group ID for the group. [optional]
groupName String The name of the group. [optional]
groupType String The group type. Possible values include: - `adminstrators` - `everyone` - `customGroup` - `sharedSigningGroup` <!-- More? To do --> [optional]
permissionProfileId String The ID of the permission profile associated with the group. Possible values include: - `2301416` (for the `DocuSign Viewer` profile) - `2301415` (for the `DocuSign Sender` profile) - `2301414` (for the `Account Administrator` profile) [optional]
users [UserInfo] A list of the users in the group. [optional]
usersCount String The total number of users in the group. [optional]

[Back to Model list] [Back to API list] [Back to README]