Download import users template

GET
/api/v1/users/import-template

Downloads an Excel template file for importing users into Qalyptus. The template includes the required fields and structure needed for a successful import.

Authorization

auth ApiKey
AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

In: header

X-API-KEY<token>

Internal API key for admin endpoints. Example: "X-API-KEY: {key}"

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v1/users/import-template"
"string"