DocuSign.Api.Accounts.recipient_names_get_recipient_names
You're seeing just the function
recipient_names_get_recipient_names
, go back to DocuSign.Api.Accounts module for more information.
Link to this function
recipient_names_get_recipient_names(connection, account_id, opts \\ [])
View SourceSpecs
recipient_names_get_recipient_names(Tesla.Env.client(), String.t(), keyword()) :: {:ok, DocuSign.Model.RecipientNamesResponse.t()} | {:error, Tesla.Env.t()}
Gets recipient names associated with an email address. Retrieves a list of recipients in the specified account that are associated with a email address supplied in the query string.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- opts (KeywordList): [optional] Optional parameters
- :email (String.t): The email address for the user
Returns
} on success {:error, info} on failure