DocuSign.Api.UserSignatures.user_signatures_put_user_signature
You're seeing just the function
user_signatures_put_user_signature
, go back to DocuSign.Api.UserSignatures module for more information.
Link to this function
user_signatures_put_user_signature(connection, account_id, user_id, opts \\ [])
View SourceSpecs
user_signatures_put_user_signature( Tesla.Env.client(), String.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.UserSignaturesInformation.t()} | {:error, Tesla.Env.t()}
Adds/updates a user signature.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- user_id (String.t): The user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
- opts (KeywordList): [optional] Optional parameters
- :user_signatures_information (UserSignaturesInformation):
Returns
} on success {:error, info} on failure