English
cURL
curl --request GET \ --url https://demo.enneo.ai/api/mind/profile/{id}/supersetRoles \ --header 'Authorization: Bearer <token>'
[ { "id": "none", "label": "Kein Reporting-Zugriff" }, { "id": "analyticsReadAll", "label": "Voller Datenzugriff (lesend)" }, { "id": "analyticsEditor", "label": "Voller Datenzugriff (schreibend)" } ]
JWT-based authentication
The id of the profile for which the available superset roles should be shown
Successful operation
[ { "id": "none", "label": "Kein Reporting-Zugriff" }, { "id": "analyticsReadAll", "label": "Voller Datenzugriff (lesend)" }, { "id": "analyticsEditor", "label": "Voller Datenzugriff (schreibend)" }]