action docusign_power_forms_get_power_forms_senders { label: "Gets PowerForm senders." description: "This method returns a list of users who have sent PowerForms." provider: docusign method: GET path: "/v2.1/accounts/{accountId}/powerforms/senders" encoding: json input: { type: "object" properties: { accountId: { type: "string" } start_position: { type: "string" } } required: ["accountId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }