Skip to content
New issue

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 #61

Open
visch opened this issue Jul 27, 2022 · 0 comments · May be fixed by #62
Open

SignatureAPI - Settings schema doesn't include accountMangementGranular #61

visch opened this issue Jul 27, 2022 · 0 comments · May be fixed by #62

Comments

@visch
Copy link

visch commented Jul 27, 2022

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"
                }
            }
        }
    ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant