cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti User Picture Upload

deniskkk
Champ in-the-making
Champ in-the-making
Cannot figure out how to upload the picture of a user through activiti rest. I think in documentation there is an error because it says that you can do that with GET request. Is the real method of uploading picture of a user is similar to uploading an atachment of process or is it different? I tried to watch the requests logs (via chrome developer tools) when uploading user picture through activiti-explorer, but i couldn't figure out how the picture is uploaded because it was not send through requests. I think activiti-explorer uses  some other technique then just simply use activiti-rest request.
1 REPLY 1

vasile_dirla
Star Contributor
Star Contributor
Hi,
<code>
PUT identity/users/{userId}/picture
</code>
the picture must be multipart file in the body.