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