Data Exchange Assignments Reference

Use this reference when preparing an Assignments import in Settings → Data Exchange.

Required Columns

  • user_id
  • event_id

Optional Columns

  • id
  • position_id
  • department_id
  • status
  • start_datetime
  • end_datetime
  • notes and metadata fields included in the template

Accepted Values

  • all ID columns must be integer display IDs
  • datetimes must be ISO format
  • boolean fields must use supported boolean values such as true / false

Relationship Rules

  • user_id must match an existing user in the same tenant
  • event_id must match an existing event display ID in the same tenant
  • optional foreign keys such as position_id must also exist in the same tenant

Example CSV Row

id,user_id,event_id,position_id,start_datetime,end_datetime,status
1,12,42,5,2026-05-12T09:00:00,2026-05-12T18:00:00,confirmed

Next article

Permissions Reference

A complete list of every permission in OpsOS, grouped by module, with a description of what each one allows.

Continue →