Hello,
We are trying to fetch the profile image that our user has in the app using the readUserProfileImage API request. However, the api doesn't return the image.
If we upload an image through the createUserProfileImage API request we can then fetch the upload image but it is not the image we have set in the app.
Likewise if we use the updateUserProfileImage API request we can change the uploaded image but it still has no effect on the app image.
So it seems that the profile image through the API and the actual image in the app are not related.
Is there a way to get the app image of a user?