Get new joiners
Paginated, filterable, sortable list of new joiner rows for the organization. When startDateFrom is omitted, the domain applies a default 60-day lookback floor — supply it explicitly to widen the window beyond 60 days.
Authorizations
Prefix the value with "ApiKey" to indicate the custom authorization type
Query Parameters
Page number (1-based)
x >= 11
Page size (1–200)
1 <= x <= 20025
Sort field: startDate, urgency, equipmentReadiness, employee, country, personStatus, estimatedDeliveryDate, reminderCount, lastReminderSentAt, provisioningOutcome, orderDate
"startDate"
Sort direction (ASC, DESC)
"ASC"
Free-text search across name and email
Filter by equipment readiness: NOT_STARTED, ORDER_PLACED, READY
Filter by equipment readiness: NOT_STARTED, ORDER_PLACED, READY
NOT_STARTED, ORDER_PLACED, READY Filter by urgency: ON_TRACK, AT_RISK, LATE
Filter by urgency: ON_TRACK, AT_RISK, LATE
ON_TRACK, AT_RISK, LATE Filter by ISO country codes
Filter by ISO country codes
Filter by provisioning outcome: ON_TIME, LATE
Filter by provisioning outcome: ON_TIME, LATE
ON_TIME, LATE Start date lower bound (ISO-8601). When omitted, a default 60-day lookback floor is applied. Supply explicitly to widen the window.
"2026-01-01"
Start date upper bound (ISO-8601)
"2026-12-31"
Filter by person status: INVITED, ACTIVE, INACTIVE, etc.
Filter by person status: INVITED, ACTIVE, INACTIVE, etc.
INVITED, ACTIVE, INACTIVE, DELETED, OFFBOARDING, CANNOT_REACTIVATE Filter by procurement method: WAREHOUSE, DROPSHIP, MIXED
Filter by procurement method: WAREHOUSE, DROPSHIP, MIXED
DROPSHIP, MIXED, WAREHOUSE Response
New joiners retrieved successfully
Standard paginated response wrapper used by all list endpoints. Use pageNumber and size to paginate; stop when pageNumber >= totalPages.
Maximum number of items per page as requested
10
Total number of items matching the query across all pages
42
Total number of pages based on totalElements / size
5
Current page number, 1-based (first page = 1)
1
Items in the current page; may be fewer than size on the last page