Skip to content

User Metadata

Export user metadata — the roster you need to resolve userId references in time registrations, absences, and payroll lines into names and employee numbers.

GET /v1/user
  • Test: https://core-api.ditio.dev/reporting/v1/user
  • Production: https://core-api.ditio.app/reporting/v1/user
  • Scope: reportingapiv1 — see Authentication

Metadata endpoints use the shared filter without a work-date window: ModifiedSince/ModifiedBefore (incremental sync), CompanyId, ChunkLimit, ContinuationToken — see Pagination.

Terminal window
export DITIO_REPORTING_BASE="https://core-api.ditio.dev/reporting" # test
curl -H "Authorization: Bearer $TOKEN" \
"$DITIO_REPORTING_BASE/v1/user"

Results are paginated using ContinuationToken. See Pagination.