Skip to main content
POST
Queue multiple registrations for PRO submission
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

POST /work/registrations/queue-batch Description: Batch variant of queue (H-04). Applies the same pending-only rule per row and partial-succeeds: rows that are cross-tenant, not found, or have left pending land in skipped with a reason; the rest are queued. Capped at 200 ids per call; duplicate ids in the request are de-duplicated before processing. A single row’s update failure does not sink the batch. Authorization:
  • Required role: admin or higher
Method: POST

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Body

application/json
registrationIds
string<uuid>[]
required
Maximum array length: 200

Response

Batch processed (may include per-row skips)

success
boolean
Example:

true

data
object