Schedule Organization Import
documentedSchedule an organization import (departments and users) for later processing.
POST /organization/jobs{?delimiter}組織APIno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.sansan.com/v6.0/organization/jobs?delimiter={{$delimiter}}" \
-X POST \
-H "X-Sansan-App-Id: {{CORP-SANSAN_APP_ID}}" \
-H "X-Sansan-Api-Key: {{CORP-SANSAN_API_KEY}}" \
-H "Accept: application/json" \
-F "{{$data_type}}=@{{$csv_file_path}};type=text/csv"