docusign / docusign-esign-php-client

The Official Docusign PHP Client Library used to interact with the eSign REST API. Send, sign, and approve documents using this client.
https://www.docusign.com/devcenter
MIT License
198 stars 124 forks source link

How to use the updateProfileImageWithHttpInfo function? #52

Closed juanvillegas closed 5 years ago

juanvillegas commented 6 years ago

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?

LarryKlugerDS commented 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

juanvillegas commented 5 years ago

Hey Larry, thanks for your answer. I'm no longer participating in that project so I'm gonna close the thread now.

Best, Juan