Skip to main content
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.

Authorizations

Authorization
string
header
required

JWT-based authentication

Query Parameters

format
enum<string>
default:xlsx

The format of the export

Available options:
xlsx,
csv,
json

Response

Successful operation