Skip to main content

Is there an API that can help me extract the user permissions on files/folders that are sitting in Docusign CLM ??

@Himanshu 

  • Yes, you can retrieve and manage user permissions for folders and documents, but it must be done via the DocuSign CLM (SpringCM) REST API, not the eSignature REST API.

  • You’ll need appropriate account privileges to enable the CLM API and retrieve permissions.

  • Use the GET /folders/{folderId}/permissions or GET /documents/{documentId}/permissions endpoints, along with a valid OAuth2 token scoped to your CLM tenant.


Reply