DocuSign.Api.Users.users_put_users
You're seeing just the function
users_put_users
, go back to DocuSign.Api.Users module for more information.
Specs
users_put_users(Tesla.Env.client(), String.t(), keyword()) :: {:ok, DocuSign.Model.UserInformationList.t()} | {:error, Tesla.Env.t()}
Change one or more user in the specified account.
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
- :user_information_list (UserInformationList):
Returns
} on success {:error, info} on failure