Zum Hauptinhalt springen
GET
/
export
/
users
Export user profiles and their permissions
curl --request GET \
  --url https://demo.enneo.ai/api/mind/export/users \
  --header 'Authorization: Bearer <token>'
[
  {}
]

Autorisierungen

Authorization
string
header
erforderlich

JWT-based authentication

Abfrageparameter

format
enum<string>
Standard:xlsx

The format of the export

Verfügbare Optionen:
xlsx,
csv,
json

Antwort

Successful operation