Fail to update user's “Manage Account” permission through “Modify User Account Settings” API

后端 未结 2 1812
野趣味
野趣味 2021-01-29 02:22

We are using DocuSign REST API v2, and we are using the \"Modify User Account Settings\" method

Endpoint: /accounts/{accountId}/users/{userId}/settings

2条回答
  •  长情又很酷
    2021-01-29 02:56

    The updating of this setting (canManageAccount) has been broken in REST for awhile now, it works in SOAP though. There is a bug with DocuSign Engineering to address the REST portion, I do not know when it will be fixed and live in Production though.

    How to do it in SOAP

    SOAP: https://demo.docusign.net/api/3.0/dsapi.asmx

    
    
     
      {accountId}
      {userId}
      
        true
      
     
    
    
    

提交回复
热议问题