action docusign_notary_get_notary { label: "Gets settings for a notary user." description: "Gets settings for a notary user.\nThe current user must be a notary." provider: docusign method: GET path: "/v2.1/current_user/notary" encoding: json input: { type: "object" properties: { include_jurisdictions: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }