# Import persons csv **POST /import/csv/persons** Import persons from a CSV file. Creates or updates persons based on CSV rows. Supports role, contract type, and active status updates. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Query parameters - **update** (boolean) Whether to update existing persons ## Responses ### 201: Persons imported successfully #### Body Parameters: application/json (array[object]) - **id** (string(uuid)) - **first_name** (string) - **last_name** (string) - **email** (string(email)) - **phone** (string) - **active** (boolean) ### 400: Invalid CSV format or missing required columns [Powered by Bump.sh](https://bump.sh)