MCP Server for eSignatures

by esignaturescom
Verified

list_template_collaborators

Returns the list of template collaborators, including their GUID, name, email, and the HTTPS link for editing the template

Input Schema

NameRequiredDescriptionDefault
template_idYes

Input Schema (JSON Schema)

{ "properties": { "template_id": { "type": "string" } }, "required": [ "template_id" ], "type": "object" }