curl --request GET \
--url https://demo.enneo.ai/api/mind/profile/{id}/supersetRoles
[
{
"id": "none",
"label": "Kein Reporting-Zugriff"
},
{
"id": "analyticsReadAll",
"label": "Voller Datenzugriff (lesend)"
},
{
"id": "analyticsEditor",
"label": "Voller Datenzugriff (schreibend)"
}
]
Cookie-based authentication
The id of the profile for which the available superset roles should be shown
Successful operation
The response is of type object[]
.
curl --request GET \
--url https://demo.enneo.ai/api/mind/profile/{id}/supersetRoles
[
{
"id": "none",
"label": "Kein Reporting-Zugriff"
},
{
"id": "analyticsReadAll",
"label": "Voller Datenzugriff (lesend)"
},
{
"id": "analyticsEditor",
"label": "Voller Datenzugriff (schreibend)"
}
]