We are using DocuSign REST API v2, and we are using the "Modify User Account Settings" method
Endpoint: /accounts/{accountId}/users/{userId}/settings
The JSON we had used in the API is:
{
"userSettings": [
{
"name": "canManageAccount",
"value": "false"
},
{
"name": "canSendEnvelope",
"value": "true"
}
]
}
We found that we are able to use the API to enable or disable the "Send Envelopes" permission for a user; but not for the "Manage Account" permission.
Please help troubleshooting the problem.