CSV user imports

Create CsvUserImport

post/csv_user_imports

Request body

Response

OK

idinteger required

The ID of the csv import

namestring required

The name of the csv import

created_atstring date-time required

When the csv import was created

updated_atstring date-time required

When the csv import was updated

import_errorsobject required

Imported errors.

file_namestring 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_idinteger nullable required

The organization ID of the csv import

Changes

No recorded changes to this endpoint across all 1 revision of this API.