Enneo

Profile

Get available options for analytics roles

GET /profile/{id}/supersetRoles

GET /profile/{id}/supersetRoles

Path parameters

idintegerpathrequired

The id of the profile for which the available superset roles should be shown

Responses

200 — Successful operation

Response Example

[
  {
    "id": "none",
    "label": "Kein Reporting-Zugriff"
  },
  {
    "id": "analyticsReadAll",
    "label": "Voller Datenzugriff (lesend)"
  },
  {
    "id": "analyticsEditor",
    "label": "Voller Datenzugriff (schreibend)"
  }
]

403 — Unauthorized

500 — Internal error