---
title: "Create CsvUserImport"
method: POST
path: "/csv_user_imports"
tags: ["CSV user imports"]
---

# Create CsvUserImport

`POST /csv_user_imports`

## Request body

- object
  - `csv_user_import` object, required
    - `file_name` string, required — The name of the CSV file. The file can be uploaded by first using the <a href="/operations/createSignedUploadURL">Signed upload url endpoint</a> to generate a signed URL and then using the URL to upload the file."

## Response `200`

OK

- object
  - `id` integer, required — The ID of the csv import
  - `name` string, required — The name of the csv import
  - `created_at` string, date-time, required — When the csv import was created
  - `updated_at` string, date-time, required — When the csv import was updated
  - `import_errors` object, required — Imported errors.
  - `file_name` string, required — The name of the CSV file. The file can be uploaded by first using the <a href="/operations/createSignedUploadURL">Signed upload url endpoint</a> to generate a signed URL and then using the URL to upload the file."
  - `status` 'waiting' | 'in_progress' | 'finished' | 'failed', required — The status of the import.
  - `organization_id` integer, nullable, required — The organization ID of the csv import
  - `organization` object — The organization of the csv import
    - `id` integer, required — The ID of the organization
    - `resource_type` 'Organization', required — The resource type of the organization
    - `name` string, required — The name of the organization
    - `domain` string, required — The domain of the organization.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Content

---

[API](https://skmtc.dev/kisi/apis/kisi-api.md) · [All operations](https://skmtc.dev/kisi/apis/kisi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kisi/kisi-api/revisions/998700ffff5a/schema)
