Skip to main content
Question

API to get document/folder permissions in CLM

  • March 27, 2025
  • 1 reply
  • 12 views

Forum|alt.badge.img

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

1 reply

JohnSantos
Valued Contributor
Forum|alt.badge.img+18
  • Valued Contributor
  • 977 replies
  • March 27, 2025

@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