Link credentials to an additional owner
POST/openapi/v1/credentials/link
Add a new owner reference to one or more credentials. The credential entities themselves are unchanged — we just register a new relationship. If credentialIds is omitted, links every credential currently associated with from (the canonical applicant→worker hire flow). If provided, restricted to those IDs (which must currently be linked to from). Idempotent: items already linked to the target are reported as noop. A different ID in the target slot is reported as skipped with code ALREADY_LINKED — use /transfer to replace. Best-effort batch (failures don't block successes). Capped at 500 credentials per request.
Request
Responses
- 200
OK