action docusign_notary_jurisdictions_get_notary_jurisdiction { label: "Gets a jurisdiction object for the current user. The user must be a notary." description: "Gets a jurisdiction object for the current user. The following restrictions apply:\n\n- The current user must be a notary.\n- The `jurisdictionId` must be a jurisdiction that the notary is registered for.\n" provider: docusign method: GET path: "/v2.1/current_user/notary/jurisdictions/{jurisdictionId}" encoding: json input: { type: "object" properties: { jurisdictionId: { type: "string" } } required: ["jurisdictionId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }