curl "https://api.scanova.io/multi-users/export/" \
-H "Authorization: 401f7ac837da42b97f613d789819ff93537bee6a" \
-o shared-users.csv
Shared Users & Roles
Export shared users as CSV
GET /multi-users/export/
GET
/
multi-users
/
export
/
curl "https://api.scanova.io/multi-users/export/" \
-H "Authorization: 401f7ac837da42b97f613d789819ff93537bee6a" \
-o shared-users.csv
Exports a CSV of the account’s shared users on the Management API host (
Response is a
api.scanova.io), authenticated with your raw Management API key.
GET https://api.scanova.io/multi-users/export/
Authorization: 401f7ac837da42b97f613d789819ff93537bee6a
curl "https://api.scanova.io/multi-users/export/" \
-H "Authorization: 401f7ac837da42b97f613d789819ff93537bee6a" \
-o shared-users.csv
text/csv file download, not JSON. Columns: name, email, role, invitation-sent/accepted timestamps, status, tags, MFA status/enforcement, QR-code count, and last login — one row per shared user, plus a row for the account owner.
Related
- List shared users — the JSON equivalent, for programmatic use rather than a downloadable report.
- List roles — what the
rolecolumn values correspond to. - Management API overview — the auth scheme and quota rules that apply to this endpoint.
Authorizations
Send your Management API key as the raw value of the Authorization header — no "Bearer " or "Token " prefix, and no other characters. Example: Authorization: 401f7ac837da42b97f613d789819ff93537bee6a. A header containing more than one space-separated part is rejected outright. Requests also require the request's Host header to be the management API host (e.g. api.scanova.io) — the same key sent to the regular API host will not authenticate.
Response
200 - text/csv
CSV file download.
Was this page helpful?