From c7e84fda2c422ca5b911f427de282fc026964675 Mon Sep 17 00:00:00 2001 From: Derek Visch Date: Tue, 26 Jul 2022 20:37:01 -0400 Subject: [PATCH] ESignature API Permission Profiles account_granular settings --- esignature.rest.swagger-v2.1.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/esignature.rest.swagger-v2.1.json b/esignature.rest.swagger-v2.1.json index 55c3ec3..3c5eec4 100644 --- a/esignature.rest.swagger-v2.1.json +++ b/esignature.rest.swagger-v2.1.json @@ -22450,6 +22450,10 @@ "accountRoleSettings": { "type": "object", "properties": { + "accountManagementGranular": { + "$ref": "#/definitions/userAccountManagementGranularInformation", + "description": "Describes which account management capabilities a user has." + }, "allowAccountManagement": { "description": "When **true,** users have full administrative access to the account.", "type": "string" @@ -68361,4 +68365,4 @@ "description": "DocuSign eNotary makes the notarization process fully digital\nfor senders, signers, and notaries.\nIt enables a notary public to act as an in-person witness\nto electronic signing of documents.\n" } ] -} \ No newline at end of file +}