action docusign_account_password_rules_get_account_password_rules { label: "Gets the password rules for an account." description: "This method retrieves the password rules for an account." provider: docusign method: GET path: "/v2.1/accounts/{accountId}/settings/password_rules" encoding: json input: { type: "object" properties: { accountId: { type: "string" } } required: ["accountId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }