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>'
[
  {}
]

Documentation Index

Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt

Use this file to discover all available pages before exploring further.

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