DocuSign.Api.Users.user_settings_get_user_settings
You're seeing just the function
user_settings_get_user_settings
, go back to DocuSign.Api.Users module for more information.
Link to this function
user_settings_get_user_settings(connection, account_id, user_id, opts \\ [])
View SourceSpecs
user_settings_get_user_settings( Tesla.Env.client(), String.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.UserSettingsInformation.t()} | {:error, Tesla.Env.t()}
Gets the user account settings for a specified user. Retrieves a list of the account settings and email notification information for the specified user. The response returns the account setting name/value information and the email notification settings for the specified user. For more information about the different user settings, see the [ML:userSettings list].
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
Returns
} on success {:error, info} on failure