# /users/import/template - Download CSV import template **GET /users/import/template** Download a UTF-8 CSV file pre-populated with the expected header row and a few example data rows for the user import flow. Columns: `email`, `name`, `phone`, `company_name`, `roles`. Sent as a `text/csv` attachment with `Content-Disposition: attachment; filename="users_import_template.csv"`. ## Servers - Backend API server (port 8080): https://api.your-domain.com/api (Backend API server (port 8080)) - Collect API server (port 8081): https://collect.your-domain.com/api (Collect API server (port 8081)) ## Authentication methods - Bearer auth ## Parameters ## Responses ### 200 CSV template downloaded #### Body: text/csv (string(binary)) string(binary) ### 401 Unauthorized - invalid or missing token #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object | null) ### 403 Forbidden - insufficient permissions #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object | null) [Powered by Bump.sh](https://bump.sh)