We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SignatureAPI - Settings schema doesn't include accountMangementGranular
Example request/response from Docusign
GET https://demo.docusign.net/restapi/v2.1/accounts/{account_id_here}/permission_profiles?include=user_count, closed_users, account_management, metadata
{ "permissionProfiles": [ { "permissionProfileId": "13057704", "permissionProfileName": "Account Administrator", "modifiedDateTime": "2022-05-19T18:03:21.7170000Z", "modifiedByUsername": "", "userCount": "2", "settings": { "allowAccountManagement": "true" } }, { "permissionProfileId": "13057705", "permissionProfileName": "DocuSign Sender", "modifiedDateTime": "2022-05-19T18:03:21.7170000Z", "modifiedByUsername": "", "userCount": "0", "settings": { "allowAccountManagement": "false" } }, { "permissionProfileId": "13057706", "permissionProfileName": "DocuSign Viewer", "modifiedDateTime": "2022-05-19T18:03:21.7170000Z", "modifiedByUsername": "", "userCount": "0", "settings": { "allowAccountManagement": "false" } }, { "permissionProfileId": "13404852", "permissionProfileName": "Visch", "modifiedDateTime": "2022-07-27T00:09:00.4070000Z", "modifiedByUsername": "Visch", "userCount": "1", "settings": { "allowAccountManagement": "false", "accountManagementGranular": { "allowManageUsers": "False", "allowManageAdmins": "False", "allowManageSharing": "False", "allowManageEnvelopeTransfer": "False", "allowManageAccountSettings": "True", "allowManageReporting": "True", "allowManageAccountSecuritySettings": "False", "allowManageSigningGroups": "False", "allowManageDocumentRetention": "False", "allowManageConnect": "False", "allowViewUsers": "False", "allowManageGroupsButNotUsers": "False", "allowManageStamps": "False" } } } ] }
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
SignatureAPI - Settings schema doesn't include accountMangementGranular
Example request/response from Docusign
GET https://demo.docusign.net/restapi/v2.1/accounts/{account_id_here}/permission_profiles?include=user_count, closed_users, account_management, metadata
The text was updated successfully, but these errors were encountered: