Skip to content

Export registered users as CSV​

GET
/admin/api/users.csv

Returns one row per registered user across all tenant accounts with first_name, last_name, and email columns. Requires a backend-admin session.

Authorizations​

AdminSession

Authenticated backend-admin session cookie.

Type
API Key (cookie: connect.sid)

Responses​

UTF-8 user CSV download

text/csv
JSON
"string"

Playground​

Authorization

Samples​

Powered by VitePress OpenAPI