> ## Documentation Index
> Fetch the complete documentation index at: https://docs.go.gbgplc.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Kenya National ID

> Verify identities using Kenya National ID, the official identification document verified against Kenya's central population register with biometric matching.

The Kenya National ID is the official identification document for citizens and residents, recorded in a central population register. Kenya NID requires the user to input some data about themselves into a form, and then complete a selfie to match their biometrics against the system of record. Customers can bypass the form-fill step by passing in known identity data about the user when launching the integration. To learn more, visit the [Kenya National Registration ID website](https://accounts.ecitizen.go.ke/en).

## Adoption data

This section provides insights into the adoption of Kenya National ID among users in Kenya.

|                 |                                            |
| --------------- | ------------------------------------------ |
| Adoption        | 29 million                                 |
| Adoption source | N/A                                        |
| Adoption rate   | 65.93%                                     |
| Coverage        | 44M                                        |
| Status          | <Badge color="yellow">Coming soon!</Badge> |

## Compliance

This section outlines compliance and regulatory requirements for integrating this digital ID provider.

| Compliance data           | Status                             |
| ------------------------- | ---------------------------------- |
| Locality requirements     | <Badge color="green">None</Badge>  |
| Scheme-level restrictions | <Badge color="yellow">None</Badge> |
| Certifications            | <Badge color="gray">None</Badge>   |

## Supported attributes

The following attributes are returned when Kenya National ID is used for identity verification:

### Always returned attributes

The following attributes are always returned from a successful verification from this ID Provider.

| Field                                          | Description                           |
| ---------------------------------------------- | ------------------------------------- |
| <Badge color="green">firstName</Badge>         | User’s first name                     |
| <Badge color="gray">lastNames</Badge>          | User’s last name                      |
| <Badge color="yellow">dateOfBirth</Badge>      | User’s date of birth                  |
| <Badge color="purple">sex</Badge>              | User’s gender                         |
| <Badge color="orange">document type</Badge>    | Type of identity document             |
| <Badge color="green">document number</Badge>   | Identity document number              |
| <Badge color="gray">nationalIdNumber</Badge>   | Matched national ID number            |
| <Badge color="yellow">match firstName</Badge>  | First name from the matched record    |
| <Badge color="purple">match middleName</Badge> | Middle name from the matched record   |
| <Badge color="orange">match lastNames</Badge>  | Last name from the matched record     |
| <Badge color="green">match sex</Badge>         | Gender from the matched record        |
| <Badge color="gray">match dateOfBirth</Badge>  | Date of birth from the matched record |

### Sometimes returned attributes

The following attributes are only sometimes returned from a successful verification from this ID Provider.

| Field                                         | Description        |
| --------------------------------------------- | ------------------ |
| <Badge color="gray">person.middleName</Badge> | User's middle name |

### Required input attributes

The following attributes are required as input to perform identity verification with this ID Provider.

| Field                                         | Description                    |
| --------------------------------------------- | ------------------------------ |
| <Badge color="green">firstName</Badge>        | Person’s first name            |
| <Badge color="gray">middleName</Badge>        | Person’s middle name           |
| <Badge color="yellow">lastName</Badge>        | Person’s last name             |
| <Badge color="purple">dateOfBirth</Badge>     | Person’s date of birth         |
| <Badge color="orange">gender</Badge>          | Person’s gender                |
| <Badge color="green">nationalIdNumber</Badge> | National identification number |
