Documentpermissions
Get document permission
Retrieves the permission details for a specific user or group within the document, including their role and access level.
GET
/organizations/{organizationName}/workspaces/{workspaceName}/documents/{documentPath}/permissions/{userGroupId}Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
organizationName*string
The unique identifier of the organization
Match
^[a-zA-Z0-9_ -]+$workspaceName*string
The unique identifier of the workspace
Match
^(?!.*\*)(?!.*[/]).{1,63}$documentPath*string
The path to the document within the workspace
Match
^(?!.*\.\.)[a-zA-Z0-9_/. \-&:,'+?!()$^–—]+$Length
length <= 255userGroupId*string
The unique identifier of the user or group
Match
^(user:[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}|group:[a-zA-Z0-9._-]+)$Response Body
application/json
application/json
application/json
application/json
application/json