Create test taker
Test Takers
Create test taker
Enrolls a test taker under the project, storing your referenceId. Returns the created test taker including its projectEntryId, which you pass to POST …/test-link to get a magic link.
POST
Create test taker
Authorizations
API key generated in the Portal (Workspace Settings → API Keys).
Path Parameters
Project Id. Obtain via GET /projects or from the project URL.
Body
The email address of the test taker.
The first name of the test taker.
Maximum string length:
100The last name of the test taker.
Maximum string length:
100The birth year of the test taker.
Your own external reference id for this test taker; echoed back on the completion webhook.
Pattern:
^[a-zA-Z0-9_\-.+@]{1,500}$