Closed juanvillegas closed 5 years ago
I apologize for the slow response to questions and issues. We have reorganized to give you responses sooner.
Please advise if this is still an open issue for you.
Thank you, Larry
Hey Larry, thanks for your answer. I'm no longer participating in that project so I'm gonna close the thread now.
Best, Juan
Trying to update a profile image for a User using the api, found this function but can really figure out how to use it to send the profile picture? The documentation here is also not clear: https://docs.docusign.com/esign/restapi/Users/Users/updateProfileImage/
I understand I should PUT the image, but under which name is the API expecting it?
Regarding the SDK, I can see there are two variables for the httpBody (function is declared here: https://github.com/docusign/docusign-php-client/blob/master/src/Api/UsersApi.php#L3062):
See here for a reference of the above: https://github.com/docusign/docusign-php-client/blob/master/src/Api/UsersApi.php#L3106
Any ideas?