DocuSign.Api.IdentityVerifications (DocuSign v2.0.0)
View SourceAPI calls for all endpoints tagged IdentityVerifications.
Summary
Functions
Retrieves the Identity Verification workflows available to an account. This method returns a list of Identity Verification workflows that are available to an account. Note: To use this method, you must either be an account administrator or a sender. ### Related topics - How to require ID Verification (IDV) for a recipient
Functions
@spec account_identity_verification_get_account_identity_verification( Tesla.Env.client(), String.t(), keyword() ) :: {:ok, DocuSign.Model.AccountIdentityVerificationResponse.t()} | {:ok, DocuSign.Model.ErrorDetails.t()} | {:error, Tesla.Env.t()}
Retrieves the Identity Verification workflows available to an account. This method returns a list of Identity Verification workflows that are available to an account. Note: To use this method, you must either be an account administrator or a sender. ### Related topics - How to require ID Verification (IDV) for a recipient
Parameters
connection(DocuSign.Connection): Connection to serveraccount_id(String.t): The external account number (int) or account ID GUID.opts(keyword): Optional parameters:identity_verification_workflow_status(String.t): Filters the workflows returned according to status. Valid values: -active: Only active workflows are returned. This is the default. -deactivated: Only deactivated workflows are returned. -all: All workflows are returned.
Returns
{:ok, DocuSign.Model.AccountIdentityVerificationResponse.t}on success{:error, Tesla.Env.t}on failure