I am working on an App/Integration that will update Miro User Profile Images using another system as the image source. My App has team permissions to team:write scope at the App/Team level.
When I call the https://api.miro.com/v1/users/USERID/picture method through the API using the App’s global OAuth Token I receive a 403 Forbidden response code.
My intention is to have the app update all user’s images that are members of the team. The team admin gave permission for the app at the team level.
Is this not sufficient?