Skip to main content

NiraVerifyDto

ninstringrequired

14-char Uganda NIN.

expectedNamestring

Expected full name (for match assertion).

expectedDobstring

Expected DOB (YYYY-MM-DD).

subjectTypestring

NIRA Phase 2 gap 9 — DPPA §11 subject binding on the audit event so compliance can query "who accessed NIN X on date Y for subject Z". subjectType = 'client' | 'agent' | 'user'; subjectId = the linked entity id.

Possible values: [client, agent, user]

subjectIdstring
NiraVerifyDto
{
"nin": "string",
"expectedName": "string",
"expectedDob": "string",
"subjectType": "client",
"subjectId": "string"
}