Sure, yes I can admin to log a case.
I was able to get authorization_permissions using the client id and secret, will this help you?
{'entities': [{'domain': 'analytics',
'id': None,
'name': None,
'permission_map': {'botAggregate': [{'action': 'view',
'allows_conditions': True,
'division_aware': False,
'domain': 'analytics',
'entity_type': 'botAggregate',
'label': 'Query for bot aggregates'}],
'botFlowReportingTurn': [{'action': 'view',
'allows_conditions': False,
'division_aware': False,
'domain': 'analytics',
'entity_type': 'botFlowReportingTurn',
'label': 'Read bot flow reporting turn data'}],
'conversationAggregate': [{'action': 'view',
'allows_conditions': True,
'division_aware': True,
'domain': 'analytics',
'entity_type': 'conversationAggregate',
'label': 'Query for conversation aggregates'}],
'conversationDetail': [{'action': 'view',
'allows_conditions': True,
'division_aware': True,
'domain': 'analytics',
'entity_type': 'conversationDetail',
'label': 'Query for conversation details'}],
'conversationProperties': [{'action': 'index',
'allows_conditions': False,
'division_aware': True,
'domain': 'analytics',
'entity_type': 'conversationProperties',
'label': 'Index conversation properties'}],
'dashboardConfigurations': [{'action': 'edit',
'allows_conditions': False,
'division_aware': False,
'domain': 'analytics',
'entity_type': 'dashboardConfigurations',
'label': 'Query for dashboard configurations'},
{'action': 'publish',
'allows_conditions': False,
'division_aware': False,
'domain': 'analytics',
'entity_type': 'dashboardConfigurations',
'label': 'Make dashboard configurations public'},
{'action': 'view',
'allows_conditions': False,
'division_aware': False,
'domain': 'analytics',
'entity_type': 'dashboardConfigurations',
'label': 'Query for dashboard configurations'}],
'dataExport': [{'action': 'add',
'allows_conditions': False,
'division_aware': False,
'domain': 'analytics',
'entity_type': 'dataExport',
'label': 'Add data export jobs'},
{'action': 'delete',
'allows_conditions': False,
'division_aware': False,
'domain': 'analytics',
'entity_type': 'dataExport',
'label': 'Delete data export jobs'},
{'action': 'edit',
'allows_conditions': False,
'division_aware': False,
'domain': 'analytics',
'entity_type': 'dataExport',
'label': 'Edit data export jobs'},
{'action': 'publish',
'allows_conditions': False,
'division_aware': False,
'domain': 'analytics',
'entity_type': 'dataExport',
'label': 'Email data exports'},
{'action': 'schedule',
'allows_conditions': False,
'division_aware': False,
'domain': 'analytics',
'entity_type': 'dataExport',
'label': 'Schedule data exports'}]},
'self_uri': '/api/v2/authorization/permissions'},
{'domain': 'acdvideo',
'id': None,
'name': None,
'permission_map': {'session': [{'action': 'view',
'allows_conditions': False,
'division_aware': False,
'domain': 'acdvideo',
'entity_type': 'session',
'label': 'View ACD video sessions'}]},
'self_uri': '/api/v2/authorization/permissions'},
{'domain': 'acdscreenshare',
'id': None,
'name': None,
'permission_map': {'chat': [{'action': 'escalate',
'allows_conditions': False,
'division_aware': False,
'domain': 'acdscreenshare',
'entity_type': 'chat',
'label': 'Allows agent to escalate a chat to a screenshare'}],
'session': [{'action': 'view',
'allows_conditions': False,
'division_aware': False,
'domain': 'acdscreenshare',
'entity_type': 'session',
'label': 'Allows viewing ACD screen share session'}],
'voice': [{'action': 'escalate',
'allows_conditions': False,
'division_aware': False,
'domain': 'acdscreenshare',
'entity_type': 'voice',
'label': 'Allows agent to escalate a voice call to a screenshare'}]},
'self_uri': '/api/v2/authorization/permissions'},
{'domain': 'alerting',
'id': None,
'name': None,
'permission_map': {'alert': [{'action': 'add',
'allows_conditions': False,
'division_aware': False,
'domain': 'alerting',
'entity_type': 'alert',
'label': 'Add an alert configuration'},
{'action': 'delete',
'allows_conditions': False,
'division_aware': False,
'domain': 'alerting',
'entity_type': 'alert',
'label': 'Delete an alert configuration'},
{'action': 'edit',
'allows_conditions': False,
'division_aware': False,
'domain': 'alerting',
'entity_type': 'alert',
'label': 'Edit an alert configuration'},
{'action': 'view',
'allows_conditions': False,
'division_aware': False,
'domain': 'alerting',
'entity_type': 'alert',
'label': 'View alert configurations'}],
'rule': [{'action': 'add',
'allows_conditions': False,
'division_aware': False,
'domain': 'alerting',
'entity_type': 'rule',
'label': 'Add an alert configuration'},
{'action': 'delete',
'allows_conditions': False,
'division_aware': False,
'domain': 'alerting',
'entity_type': 'rule',
'label': 'Delete an alert configuration'},
{'action': 'edit',
'allows_conditions': False,
'division_aware': False,
'domain': 'alerting',
'entity_type': 'rule',
'label': 'Edit an alert configuration'},
{'action': 'view',
'allows_conditions': False,
'division_aware': False,
'domain': 'alerting',
'entity_type': 'rule',
'label': 'View alert configurations'}]},
'self_uri': '/api/v2/authorization/permissions'}],
'first_uri': '/api/v2/authorization/permissions?pageSize=25&pageNumber=1',
'last_uri': '/api/v2/authorization/permissions?pageSize=25&pageNumber=32',
'next_uri': '/api/v2/authorization/permissions?pageSize=25&pageNumber=2',
'page_count': 32,
'page_number': 1,
'page_size': 25,
'previous_uri': None,
'self_uri': '/api/v2/authorization/permissions?pageSize=25&pageNumber=1',
'total': 787}
Process finished with exit code 0