Domain Contact

domain_contact

The contact information related to a domain registration, e.g., registrant, administrator, abuse, billing, or technical contact.

Contents

Attributes

Caption Name Type Is Array Default Description
Contact Email email_addr Email Address The user's primary email address.
Contact Location Information location Geo Location Location details for the contract such as the city, state/province, country, etc.
Name name String The individual or organization name for the contact.
Phone Number phone_number String The number associated with the phone.
Raw Data raw_data JSON The event data as received from the event source.
Record ID record_id String Unique identifier for the object
Domain Contact Type type String The Domain Contact type, normalized to the caption of the type_id value. In the case of 'Other', it is defined by the source
Domain Contact Type ID type_id Integer The normalized domain contact type ID.
0
Unknown
1
Registrant
2
Administrative
3
Technical
4
Billing
5
Abuse
99
Other
Unique ID uid String The unique identifier of the contact information, typically provided in WHOIS information.
Unmapped Data unmapped Unmapped The attributes that are not mapped to the event schema. The names and values of those attributes are specific to the event source.

References

Referenced By

Context

Domain Contact

JSON

            
{
  "caption": "Domain Contact",
  "description": "The contact information related to a domain registration, e.g., registrant, administrator, abuse, billing, or technical contact.",
  "extends": "object",
  "name": "domain_contact",
  "attributes": {
    "type_id": {
      "caption": "Domain Contact Type ID",
      "description": "The normalized domain contact type ID.",
      "requirement": "required",
      "enum": {
        "1": {
          "caption": "Registrant",
          "description": "The contact information provided is for the domain registrant."
        },
        "2": {
          "caption": "Administrative",
          "description": "The contact information provided is for the domain administrator."
        },
        "3": {
          "caption": "Technical",
          "description": "The contact information provided is for the domain technical lead."
        },
        "4": {
          "caption": "Billing",
          "description": "The contact information provided is for the domain billing lead."
        },
        "5": {
          "caption": "Abuse",
          "description": "The contact information provided is for the domain abuse contact."
        },
        "0": {
          "caption": "Unknown",
          "description": "The type is unknown."
        },
        "99": {
          "caption": "Other",
          "description": "The type is not mapped. See the <code>type</code> attribute, which contains a data source specific value."
        }
      },
      "sibling": "type",
      "type": "integer_t"
    },
    "type": {
      "caption": "Domain Contact Type",
      "description": "The Domain Contact type, normalized to the caption of the <code>type_id</code> value. In the case of 'Other', it is defined by the source",
      "requirement": "optional",
      "type": "string_t"
    },
    "location": {
      "caption": "Contact Location Information",
      "description": "Location details for the contract such as the city, state/province, country, etc.",
      "requirement": "recommended",
      "type": "location"
    },
    "email_addr": {
      "caption": "Contact Email",
      "requirement": "recommended",
      "description": "The user's primary email address.",
      "type": "email_t"
    },
    "phone_number": {
      "requirement": "optional",
      "caption": "Phone Number",
      "description": "The number associated with the phone.",
      "type": "string_t"
    },
    "name": {
      "description": "The individual or organization name for the contact.",
      "requirement": "optional",
      "caption": "Name",
      "type": "string_t"
    },
    "uid": {
      "description": "The unique identifier of the contact information, typically provided in WHOIS information.",
      "requirement": "optional",
      "caption": "Unique ID",
      "type": "string_t"
    },
    "raw_data": {
      "group": "context",
      "caption": "Raw Data",
      "description": "The event data as received from the event source.",
      "type": "json_t"
    },
    "record_id": {
      "description": "Unique identifier for the object",
      "group": "primary",
      "requirement": "required",
      "caption": "Record ID",
      "type": "string_t"
    },
    "unmapped": {
      "caption": "Unmapped Data",
      "description": "The attributes that are not mapped to the event schema. The names and values of those attributes are specific to the event source.",
      "type": "unmapped",
      "is_array": true
    }
  }
}