I am downloading my device list using this command:
Invoke-RestMethod -Uri 'https://webapi.teamviewer.com/api/v1/devices?full_list=true' -Method get -Headers @{'Authorization'='mytoken'}
While the "?full_list=true" is making a difference for listing users, it does change anything for my devices. Which is bad, because I need to see the "last_seen" propert.
Any idea what the reason might be?