CandidateAlias

Alternate information the candidate may also be known by

Attribute

Type

Description

givenName*

string

The Candidate's alternate first name

familyName*

string

The Candidate's alternate last name

middleName

string

The Candidate's alternate middle name

confirmedNoMiddleName

boolean

Set to 'True' if the Candidate has no alternate middle name

"aliases": [
        {
            "givenName": "GivenAlias1",
            "familyName": "FamilyNameAlias1",
            "middleName": "MiddleNameAlias1",
            "confirmedNoMiddleName": false
        },
        {
            "givenName": "GivenAlias2",
            "familyName": "FamilyNameAlias2",
            "confirmedNoMiddleName": true
        }
    ]