DocuSign.Api.Users.user_profile_image_put_user_profile_image
You're seeing just the function
user_profile_image_put_user_profile_image
, go back to DocuSign.Api.Users module for more information.
Link to this function
user_profile_image_put_user_profile_image(connection, account_id, user_id, opts \\ [])
View SourceSpecs
user_profile_image_put_user_profile_image( Tesla.Env.client(), String.t(), String.t(), keyword() ) :: {:ok, nil} | {:error, Tesla.Env.t()}
Updates the user profile image for a specified user. Updates the user profile image by uploading an image to the user profile. The supported image formats are: gif, png, jpeg, and bmp. The file must be less than 200K. For best viewing results, DocuSign recommends that the image is no more than 79 pixels wide and high.
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