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
    }
]