When Uploading profile images using the API, the images are not changing.
Kyle.L.2357
Posts: 2 🔍
I receive the access token without any problem.
I can change the profile image through the UI without any problem at all.
I then loop through all the jpg images in a directory (Only 4 for testing) uploading them using the API.
I receive a status OK after each loop through, but I do not see the change in the image. I verified that the orgID is correct.
Below is the function that does the upload written in C#.
I'm logging some results and they are below:
Any suggestions or ideas would be greatly appreciated.