Create applicant
POST/openapi/v1/applicants
Create a new applicant. Server generates an opaque app_<16chars> ID; callers cannot supply it. Required fields: displayName, firstName, lastName, emailAddress.
Request
Responses
- 200
- 401
- 403
- 429
- 500
OK
Authentication required
Caller is not authorised
Rate limit exceeded — see Retry-After header
Internal server error