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.
Endpoint
Section titled “Endpoint”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
Query parameters
Section titled “Query parameters”Metadata endpoints use the shared filter without a work-date window:
ModifiedSince/ModifiedBefore (incremental sync), CompanyId,
ChunkLimit, ContinuationToken — see
Pagination.
Example
Section titled “Example”export DITIO_REPORTING_BASE="https://core-api.ditio.dev/reporting" # test
curl -H "Authorization: Bearer $TOKEN" \ "$DITIO_REPORTING_BASE/v1/user"Pagination
Section titled “Pagination”Results are paginated using ContinuationToken. See
Pagination.
Related
Section titled “Related”- Time Registrations — references user IDs
- Project Metadata — project structure
- Employees (v5) — the read-write employee API