Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.49 KB

AccountPermissionProfiles.md

File metadata and controls

16 lines (12 loc) · 1.49 KB

AccountPermissionProfiles

Properties

Name Type Description Notes
modifiedByUsername String The username of the user who last modified the permission profile. [optional]
modifiedDateTime String The date and time when the permission profile was last modified. [optional]
permissionProfileId String The ID of the permission profile. Possible values include: - `2301416` (for the `DocuSign Viewer` profile) - `2301415` (for the `DocuSign Sender` profile) - `2301414` (for the `Account Administrator` profile) In addition, any custom permission profiles associated with your account will have an automatically generated `permissionProfileId`. [optional]
permissionProfileName String The name of the account permission profile. Example: `Account Administrator` [optional]
settings AccountRoleSettings [optional]
userCount String The total number of users in the group associated with the account permission profile. [optional]
users [UserInformation] A list of user objects containing information about the users who are associated with the account permission profile. [optional]

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