Method: DocuSign_eSign::AccountsApi#get_account_identity_verification
- Defined in:
- lib/docusign_esign/api/accounts_api.rb
#get_account_identity_verification(account_id) ⇒ AccountIdentityVerificationResponse
Get the list of identity verification options for an account
862 863 864 865 |
# File 'lib/docusign_esign/api/accounts_api.rb', line 862 def get_account_identity_verification(account_id) data, _status_code, _headers = get_account_identity_verification_with_http_info(account_id) return data end |