post https://dev.api.interplai.io/v2/users//profilephoto
Assign a photo to the specified user. The photo should be in binary. It replaces the existing photo, if any.
Log in to see full request history
Responses
Assign a photo to the specified user. The photo should be in binary. It replaces the existing photo, if any.
xxxxxxxxxx
curl --request POST \
--url https://dev.api.interplai.io/v2/users/userId/profilephoto \
--header 'accept: image/jpg' \
--header 'content-type: multipart/form-data'
Try It!
to start a request and see the response here! Or choose an example: