action docusign_account_identity_verification_get_account_identity_verification { label: "Retrieves the Identity Verification workflows available to an account." description: "This method returns a list of Identity Verification workflows that are available to an account.\n\n**Note:** To use this method, you must either be an account administrator or a sender.\n\n### Related topics\n\n- [How to require ID Verification (IDV) for a recipient](/docs/esign-rest-api/how-to/id-verification/)\n\n" provider: docusign method: GET path: "/v2.1/accounts/{accountId}/identity_verification" encoding: json input: { type: "object" properties: { accountId: { type: "string" } identity_verification_workflow_status: { type: "string" } } required: ["accountId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }