When i request user groups i get licence required. I've got a corporate licence and permissions set on the key. Why is this and how do i fix it?
I'm aiming to get the id of a user group so i can share a device group with that user group via api.
curl -X 'GET' \ 'https://webapi.teamviewer.com/api/v1/usergroups' \ -H 'accept: application/json' \ -H 'Authorization: Bearer MYKEYGOESHERE'
{ "error": "license_required", "error_description": "A license is required to perform this action", "error_code": 11}