Look up applicants by identity

View as Markdown

Finds applicants matching ALL of givenNames, familyName, dob (YYYY-MM-DD) and emailAddress (names and email matched case-insensitively), scoped to the caller’s institution. Returns an array — empty if none match.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

dobstringOptional
emailAddressstringOptional
familyNamestringOptional
givenNamesstringOptional

Response

OK
idstringformat: "uuid"
givenNamesstring
familyNamestring
dobdate
emailAddressstringformat: "email"
phoneNumberanyOptional
postalAddressanyOptional

Errors

400
Bad Request Error