DocuSign.Api.AccountPasswordRules (DocuSign v0.3.0) View Source
API calls for all endpoints tagged AccountPasswordRules
.
Link to this section Summary
Link to this section Functions
Link to this function
account_password_rules_get_account_password_rules(connection, account_id, opts \\ [])
View SourceSpecs
account_password_rules_get_account_password_rules( Tesla.Env.client(), String.t(), keyword() ) :: {:ok, DocuSign.Model.AccountPasswordRules.t()} | {:error, Tesla.Env.t()}
Get the password rules
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
Returns
} on success {:error, info} on failure
Link to this function
account_password_rules_put_account_password_rules(connection, account_id, opts \\ [])
View SourceSpecs
account_password_rules_put_account_password_rules( Tesla.Env.client(), String.t(), keyword() ) :: {:ok, DocuSign.Model.AccountPasswordRules.t()} | {:error, Tesla.Env.t()}
Update the password rules
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
- :account_password_rules (AccountPasswordRules):
Returns
} on success {:error, info} on failure
Specs
password_rules_get_password_rules(Tesla.Env.client(), keyword()) :: {:ok, DocuSign.Model.UserPasswordRules.t()} | {:error, Tesla.Env.t()}
Get membership account password rules
Parameters
- connection (DocuSign.Connection): Connection to server
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure