# OMN\_ID (Oman ID)

| **Front**              |                                                                                                                           |
| ---------------------- | ------------------------------------------------------------------------------------------------------------------------- |
| faceImage              | Base64 encoded face image of the user. The format is the same as per the image uploaded, e.g. png or jpg                  |
| fullName               | Full name in english (available in the latest version of the Omani ID)                                                    |
| fullNameArabic         | Full name in arabic                                                                                                       |
| dateOfBirth            | Date of birth (dd/MM/yyyy)                                                                                                |
| dateOfBirthFormatted   | ISO-8601 format yyyy-MM-dd                                                                                                |
| placeOfBirthArabic     | Place of birth in arabic (available in the previous version of the Omani ID)                                              |
| dateOfExpiry           | Document expiry date (dd/MM/yyyy)                                                                                         |
| dateOfExpiryFormatted  | ISO-8601 format yyyy-MM-dd                                                                                                |
| documentNumber         | Document number                                                                                                           |
| occupationArabic       | Occupation in arabic (**N.B**: only available in cards for residents) (available in the previous version of the Omani ID) |
| sponsorArabic          | Sponsor in arabic (**N.B**: only available in cards for residents) (available in the previous version of the Omani ID)    |
| **Back**               |                                                                                                                           |
| fullName               | Full name (available in the previous version of the Omani ID)                                                             |
| placeOfBirthArabic     | Place of birth in arabic (available in the latest version of the Omani ID)                                                |
| addressArabic          | Address in arabic (**N.B**: only available in cards for citizens) (available in the latest version of the Omani ID)       |
| nationalityArabic      | Nationality in arabic (**N.B**: only available in cards for residents)                                                    |
| addressArabic          | Address in arabic (**N.B**: only available in cards for citizens)                                                         |
| sponsorArabic          | Sponsor in arabic (**N.B**: only available in cards for residents) (available in the latest version of the Omani ID)      |
| occupationArabic       | Occupation in arabic (**N.B**: only available in cards for residents) (available in the latest version of the Omani ID)   |
| secondaryId            | Given names of the user as per MRZ                                                                                        |
| primaryId              | Surname of the user as per MRZ                                                                                            |
| dateOfBirth            | As per the MRZ (YYMMDD)                                                                                                   |
| dateOfBirthFormatted   | ISO-8601 format yyyy-MM-dd                                                                                                |
| dateOfExpiry           | As per the MRZ (YYMMDD)                                                                                                   |
| dateOfExpiryFormatted  | ISO-8601 format yyyy-MM-dd                                                                                                |
| documentNumber         | As per the MRZ                                                                                                            |
| serialNumber           | Serial number of the document                                                                                             |
| nationality            | As per the MRZ                                                                                                            |
| nationalityDescription | Nationality description (**N.B**: only available in cards for residents)                                                  |
| issuer                 | Document issuer as per the MRZ                                                                                            |
| sex                    | As per the MRZ                                                                                                            |
| documentCode           | As per the MRZ                                                                                                            |
| mrzText                | Full MRZ text divided by new line character “\n”                                                                          |
| mrzVerified            | MRZ checksum verification                                                                                                 |
| opt1                   | Optional field 1 as per MRZ (see <https://en.wikipedia.org/wiki/Machine-readable_passport#Official_travel_documents>)     |
| opt2                   | Optional field 2 as per MRZ (see <https://en.wikipedia.org/wiki/Machine-readable_passport#Official_travel_documents>)     |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.uqudo.com/docs/kyc/uqudo-api/scan/country-specific-ids/omn_id-oman-id.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
