Unify and manage your data

Configure and enable Reltio Identity Builder

Learn about the prerequisites to enable Reltio Identity Builder so that your tenant can perform identity resolution and enrichment

Before you begin, confirm the following:

  • Your organization has a valid Reltio Identity Builder entitlement.
  • Your tenant is hosted on AWS within the United States.
  • Your tenant's data model aligns with the B2C velocity pack or contains equivalent Individual and Location entity types. If your model differs, you may need to modify your tenant configuration and adjust mappings during provisioning. Reltio Identity Builder also supports nested addresses.
  • Required match attributes are configured: FirstName, LastName, YoB, MoB, and one of: Address, Email, or Phone. Optionally: MiddleName, Suffix, and Gender.

This topic describes how to configure and enable Reltio Identity Builder for your tenant. The process involves verifying your provisioning, selecting a subscription tier, configuring attribute mappings and match rules, and posting the subscription to the DTSS endpoint.

  1. Verify that Reltio Identity Builder has been provisioned for your tenant.
  2. Verify that you have been assigned one of the following roles based on your licensed tier: ROLE_IDENTITY_BUILDER_ENRICH or ROLE_IDENTITY_BUILDER_ENRICH_PLUS.
  3. Confirm that you have received the Data Tenant IDs for Reltio Identity Builder.

    Note the correct tenant ID for each environment (DEV, TEST, PROD).

  4. Verify the attributes you want to synchronize from the data tenant.

    For more information, see Enrichment attributes and output data.

  5. Add any missing attributes to your customer tenant configuration.

    If the data tenant includes attributes that do not exist in your customer tenant, use the supplied JSON to add them.

    For more information, see Data model.

  6. Copy the subscription template that matches your licensed tier and save it as a JSON file.

    For Identity Builder Enrich, use the following template:

    [
        {
            "customerTenantId": {
                "id": "{tenantId}"
            },
            "bringGoldenRecord": true,
            "validation": {
                "strictMappingCheck": true
            },
            "synchronizationConfig": {
                "entities": [
                    {
                        "types": [
                            "configuration/entityTypes/Individual"
                        ],
                        "action": "AUTOSUBSCRIBE",
                        "matchRules": [
                            "configuration/entityTypes/Individual/matchGroups/RMAUTO01",
                            "configuration/entityTypes/Individual/matchGroups/RMAUTO02",
                            "configuration/entityTypes/Individual/matchGroups/RMAUTO03"
                        ],
                        "thresholds": {
                            "default": 1,
                            "extendSubscription": false,
                            "custom": []
                        }
                    }
                ],
                "dtSyncType": "REALTIME",
                "ctSyncType": "REALTIME",
                "relations": []
            },
            "mappings": [
                {
                    "copyFromDT": "configuration/entityTypes/Individual",
                    "copyToCT": "configuration/entityTypes/Individual",
                    "attributes": [
                        {
                            "copyFromDT": "configuration/entityTypes/Individual/attributes/NamePrefix",
                            "copyToCT": [
                                "configuration/entityTypes/Individual/attributes/NamePrefix"
                            ]
                        },
                        {
                            "copyFromDT": "configuration/entityTypes/Individual/attributes/FirstName",
                            "copyToCT": [
                                "configuration/entityTypes/Individual/attributes/FirstName"
                            ]
                        },
                        {
                            "copyFromDT": "configuration/entityTypes/Individual/attributes/MiddleName",
                            "copyToCT": [
                                "configuration/entityTypes/Individual/attributes/MiddleName"
                            ]
                        },
                        {
                            "copyFromDT": "configuration/entityTypes/Individual/attributes/LastName",
                            "copyToCT": [
                                "configuration/entityTypes/Individual/attributes/LastName"
                            ]
                        },
                        {
                            "copyFromDT": "configuration/entityTypes/Individual/attributes/NameSuffix",
                            "copyToCT": [
                                "configuration/entityTypes/Individual/attributes/NameSuffix"
                            ]
                        },
                        {
                            "copyFromDT": "configuration/entityTypes/Individual/attributes/Gender",
                            "copyToCT": [
                                "configuration/entityTypes/Individual/attributes/Gender"
                            ]
                        },
                        {
                            "copyFromDT": "configuration/entityTypes/Individual/attributes/YoB",
                            "copyToCT": [
                                "configuration/entityTypes/Individual/attributes/YoB"
                            ]
                        },
                        {
                            "copyFromDT": "configuration/entityTypes/Individual/attributes/MoB",
                            "copyToCT": [
                                "configuration/entityTypes/Individual/attributes/MoB"
                            ]
                        },
                        {
                            "copyFromDT": "configuration/entityTypes/Individual/attributes/EstimatedAge",
                            "copyToCT": [
                                "configuration/entityTypes/Individual/attributes/EstimatedAge"
                            ]
                        },
                        {
                            "copyFromDT": "configuration/entityTypes/Individual/attributes/DataProviderFirstSeen",
                            "copyToCT": [
                                "configuration/entityTypes/Individual/attributes/DataProviderFirstSeen"
                            ]
                        },
                        {
                            "copyFromDT": "configuration/entityTypes/Individual/attributes/DataProviderLastSeen",
                            "copyToCT": [
                                "configuration/entityTypes/Individual/attributes/DataProviderLastSeen"
                            ]
                        },
                        {
                            "copyFromDT": "configuration/entityTypes/Individual/attributes/Email",
                            "copyToCT": [
                                "configuration/entityTypes/Individual/attributes/Email"
                            ],
                            "attributes": [
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/Email/attributes/Type",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/Email/attributes/Type"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/Email/attributes/Email",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/Email/attributes/Email"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/Email/attributes/FirstSeen",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/Email/attributes/FirstSeen"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/Email/attributes/LastSeen",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/Email/attributes/LastSeen"
                                    ]
                                }
                            ]
                        },
                        {
                            "copyFromDT": "configuration/entityTypes/Individual/attributes/OtherNames",
                            "copyToCT": [
                                "configuration/entityTypes/Individual/attributes/OtherNames"
                            ],
                            "attributes": [
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/OtherNames/attributes/OtherName",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/OtherNames/attributes/OtherName"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/OtherNames/attributes/Type",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/OtherNames/attributes/Type"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/OtherNames/attributes/OtherNamePrefix",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/OtherNames/attributes/OtherNamePrefix"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/OtherNames/attributes/OtherFirstName",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/OtherNames/attributes/OtherFirstName"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/OtherNames/attributes/OtherMiddleName",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/OtherNames/attributes/OtherMiddleName"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/OtherNames/attributes/OtherLastName",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/OtherNames/attributes/OtherLastName"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/OtherNames/attributes/OtherNameSuffix",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/OtherNames/attributes/OtherNameSuffix"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/OtherNames/attributes/OtherNameGender",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/OtherNames/attributes/OtherNameGender"
                                    ]
                                }
                            ]
                        },
                        {
                            "copyFromDT": "configuration/entityTypes/Individual/attributes/Address",
                            "copyToCT": [
                                "configuration/entityTypes/Individual/attributes/Address"
                            ],
                            "attributes": [
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/Address/attributes/AddressLine1",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/Address/attributes/AddressLine1"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/Address/attributes/AddressLine2",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/Address/attributes/AddressLine2"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/Address/attributes/City",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/Address/attributes/City"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/Address/attributes/StateProvince",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/Address/attributes/StateProvince"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/Address/attributes/Country",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/Address/attributes/Country"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/Address/attributes/Zip5",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/Address/attributes/Zip5"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/Address/attributes/Zip4",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/Address/attributes/Zip4"
                                    ]
                                }
                            ]
                        },
                        {
                            "copyFromDT": "configuration/entityTypes/Individual/attributes/Address/attributes/AddressType",
                            "copyToCT": [
                                "configuration/entityTypes/Individual/attributes/Address/attributes/AddressType"
                            ]
                        },
                        {
                            "copyFromDT": "configuration/entityTypes/Individual/attributes/Address/attributes/AddressFirstSeen",
                            "copyToCT": [
                                "configuration/entityTypes/Individual/attributes/Address/attributes/AddressFirstSeen"
                            ]
                        },
                        {
                            "copyFromDT": "configuration/entityTypes/Individual/attributes/Phone",
                            "copyToCT": [
                                "configuration/entityTypes/Individual/attributes/Phone"
                            ],
                            "attributes": [
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/Phone/attributes/Number",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/Phone/attributes/Number"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/Phone/attributes/Type",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/Phone/attributes/Type"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/Phone/attributes/FirstSeen",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/Phone/attributes/FirstSeen"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/Phone/attributes/LastSeen",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/Phone/attributes/LastSeen"
                                    ]
                                }
                            ]
                        }
                    ]
                }
            ]
        }
    ]

    For Identity Builder Enrich Plus, use the following template:

    [
        {
            "customerTenantId": {
                "id": "{tenantId}"
            },
            "bringGoldenRecord": true,
            "validation": {
                "strictMappingCheck": true
            },
            "synchronizationConfig": {
                "entities": [
                    {
                        "types": [
                            "configuration/entityTypes/Individual"
                        ],
                        "action": "AUTOSUBSCRIBE",
                        "matchRules": [
                            "configuration/entityTypes/Individual/matchGroups/RMAUTO01",
                            "configuration/entityTypes/Individual/matchGroups/RMAUTO02",
                            "configuration/entityTypes/Individual/matchGroups/RMAUTO03"
                        ],
                        "thresholds": {
                            "default": 1,
                            "extendSubscription": false,
                            "custom": []
                        }
                    }
                ],
                "dtSyncType": "REALTIME",
                "ctSyncType": "REALTIME",
                "relations": []
            },
            "mappings": [
                {
                    "copyFromDT": "configuration/entityTypes/Individual",
                    "copyToCT": "configuration/entityTypes/Individual",
                    "attributes": [
                        {
                            "copyFromDT": "configuration/entityTypes/Individual/attributes/NamePrefix",
                            "copyToCT": [
                                "configuration/entityTypes/Individual/attributes/NamePrefix"
                            ]
                        },
                        {
                            "copyFromDT": "configuration/entityTypes/Individual/attributes/FirstName",
                            "copyToCT": [
                                "configuration/entityTypes/Individual/attributes/FirstName"
                            ]
                        },
                        {
                            "copyFromDT": "configuration/entityTypes/Individual/attributes/MiddleName",
                            "copyToCT": [
                                "configuration/entityTypes/Individual/attributes/MiddleName"
                            ]
                        },
                        {
                            "copyFromDT": "configuration/entityTypes/Individual/attributes/LastName",
                            "copyToCT": [
                                "configuration/entityTypes/Individual/attributes/LastName"
                            ]
                        },
                        {
                            "copyFromDT": "configuration/entityTypes/Individual/attributes/NameSuffix",
                            "copyToCT": [
                                "configuration/entityTypes/Individual/attributes/NameSuffix"
                            ]
                        },
                        {
                            "copyFromDT": "configuration/entityTypes/Individual/attributes/Gender",
                            "copyToCT": [
                                "configuration/entityTypes/Individual/attributes/Gender"
                            ]
                        },
                        {
                            "copyFromDT": "configuration/entityTypes/Individual/attributes/YoB",
                            "copyToCT": [
                                "configuration/entityTypes/Individual/attributes/YoB"
                            ]
                        },
                        {
                            "copyFromDT": "configuration/entityTypes/Individual/attributes/MoB",
                            "copyToCT": [
                                "configuration/entityTypes/Individual/attributes/MoB"
                            ]
                        },
                        {
                            "copyFromDT": "configuration/entityTypes/Individual/attributes/EstimatedAge",
                            "copyToCT": [
                                "configuration/entityTypes/Individual/attributes/EstimatedAge"
                            ]
                        },
                        {
                            "copyFromDT": "configuration/entityTypes/Individual/attributes/DataProviderFirstSeen",
                            "copyToCT": [
                                "configuration/entityTypes/Individual/attributes/DataProviderFirstSeen"
                            ]
                        },
                        {
                            "copyFromDT": "configuration/entityTypes/Individual/attributes/DataProviderLastSeen",
                            "copyToCT": [
                                "configuration/entityTypes/Individual/attributes/DataProviderLastSeen"
                            ]
                        },
                        {
                            "copyFromDT": "configuration/entityTypes/Individual/attributes/SourceIP",
                            "copyToCT": [
                                "configuration/entityTypes/Individual/attributes/SourceIP"
                            ]
                        },
                        {
                            "copyFromDT": "configuration/entityTypes/Individual/attributes/DeceasedIndicator",
                            "copyToCT": [
                                "configuration/entityTypes/Individual/attributes/DeceasedIndicator"
                            ]
                        },
                        {
                            "copyFromDT": "configuration/entityTypes/Individual/attributes/DataProviderHouseholdID",
                            "copyToCT": [
                                "configuration/entityTypes/Individual/attributes/DataProviderHouseholdID"
                            ]
                        },
                        {
                            "copyFromDT": "configuration/entityTypes/Individual/attributes/WebsiteURL",
                            "copyToCT": [
                                "configuration/entityTypes/Individual/attributes/WebsiteURL"
                            ]
                        },
                        {
                            "copyFromDT": "configuration/entityTypes/Individual/attributes/WebInterests",
                            "copyToCT": [
                                "configuration/entityTypes/Individual/attributes/WebInterests"
                            ],
                            "attributes": [
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/WebInterests/attributes/WebsiteURL",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/WebInterests/attributes/WebsiteURL"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/WebInterests/attributes/WebsiteType",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/WebInterests/attributes/WebsiteType"
                                    ]
                                }
                            ]
                        },
                        {
                            "copyFromDT": "configuration/entityTypes/Individual/attributes/Email",
                            "copyToCT": [
                                "configuration/entityTypes/Individual/attributes/Email"
                            ],
                            "attributes": [
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/Email/attributes/Type",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/Email/attributes/Type"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/Email/attributes/Email",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/Email/attributes/Email"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/Email/attributes/FirstSeen",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/Email/attributes/FirstSeen"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/Email/attributes/LastSeen",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/Email/attributes/LastSeen"
                                    ]
                                }
                            ]
                        },
                        {
                            "copyFromDT": "configuration/entityTypes/Individual/attributes/OtherNames",
                            "copyToCT": [
                                "configuration/entityTypes/Individual/attributes/OtherNames"
                            ],
                            "attributes": [
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/OtherNames/attributes/OtherName",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/OtherNames/attributes/OtherName"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/OtherNames/attributes/Type",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/OtherNames/attributes/Type"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/OtherNames/attributes/OtherNamePrefix",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/OtherNames/attributes/OtherNamePrefix"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/OtherNames/attributes/OtherFirstName",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/OtherNames/attributes/OtherFirstName"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/OtherNames/attributes/OtherMiddleName",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/OtherNames/attributes/OtherMiddleName"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/OtherNames/attributes/OtherLastName",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/OtherNames/attributes/OtherLastName"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/OtherNames/attributes/OtherNameSuffix",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/OtherNames/attributes/OtherNameSuffix"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/OtherNames/attributes/OtherNameGender",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/OtherNames/attributes/OtherNameGender"
                                    ]
                                }
                            ]
                        },
                        {
                            "copyFromDT": "configuration/entityTypes/Individual/attributes/Address",
                            "copyToCT": [
                                "configuration/entityTypes/Individual/attributes/Address"
                            ],
                            "attributes": [
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/Address/attributes/AddressLine1",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/Address/attributes/AddressLine1"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/Address/attributes/AddressLine2",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/Address/attributes/AddressLine2"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/Address/attributes/City",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/Address/attributes/City"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/Address/attributes/StateProvince",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/Address/attributes/StateProvince"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/Address/attributes/Country",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/Address/attributes/Country"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/Address/attributes/Zip5",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/Address/attributes/Zip5"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/Address/attributes/Zip4",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/Address/attributes/Zip4"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/Address/attributes/DeliveryPointBarCode",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/Address/attributes/DeliveryPointBarCode"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/Address/attributes/DPVConfirmedIndicator",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/Address/attributes/DPVConfirmedIndicator"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/Address/attributes/RecordType",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/Address/attributes/RecordType"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/Address/attributes/CarrierRoute",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/Address/attributes/CarrierRoute"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/Address/attributes/VacantIndicator",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/Address/attributes/VacantIndicator"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/Address/attributes/FIPSCountyCode",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/Address/attributes/FIPSCountyCode"
                                    ]
                                }
                            ]
                        },
                        {
                            "copyFromDT": "configuration/entityTypes/Individual/attributes/Address/attributes/AddressType",
                            "copyToCT": [
                                "configuration/entityTypes/Individual/attributes/Address/attributes/AddressType"
                            ]
                        },
                        {
                            "copyFromDT": "configuration/entityTypes/Individual/attributes/Address/attributes/AddressFirstSeen",
                            "copyToCT": [
                                "configuration/entityTypes/Individual/attributes/Address/attributes/AddressFirstSeen"
                            ]
                        },
                        {
                            "copyFromDT": "configuration/entityTypes/Individual/attributes/Address/attributes/AddressLastValidated",
                            "copyToCT": [
                                "configuration/entityTypes/Individual/attributes/Address/attributes/AddressLastValidated"
                            ]
                        },
                        {
                            "copyFromDT": "configuration/entityTypes/Individual/attributes/Phone",
                            "copyToCT": [
                                "configuration/entityTypes/Individual/attributes/Phone"
                            ],
                            "attributes": [
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/Phone/attributes/Number",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/Phone/attributes/Number"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/Phone/attributes/Type",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/Phone/attributes/Type"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/Phone/attributes/FirstSeen",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/Phone/attributes/FirstSeen"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/Phone/attributes/LastSeen",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/Phone/attributes/LastSeen"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/Phone/attributes/ConfidenceScore",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/Phone/attributes/ConfidenceScore"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/Phone/attributes/LineType",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/Phone/attributes/LineType"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/Phone/attributes/DirectInDial",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/Phone/attributes/DirectInDial"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/Phone/attributes/DirectoryAssistanceCode",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/Phone/attributes/DirectoryAssistanceCode"
                                    ]
                                },
                                {
                                    "copyFromDT": "configuration/entityTypes/Individual/attributes/Phone/attributes/OriginalProvider",
                                    "copyToCT": [
                                        "configuration/entityTypes/Individual/attributes/Phone/attributes/OriginalProvider"
                                    ]
                                }
                            ]
                        }
                    ]
                }
            ]
        }
    ]
  7. Modify the subscription based on your requirements.

    The configurable elements for Identity Builder subscriptions are: synchronizationConfig and mappings.

  8. Verify that the attributes are mapped correctly to your customer tenant attributes.

    Naming conventions may differ between the data tenant and your customer tenant, but data types must match.

  9. Select the correct match rules for your subscription.

    Both subscription templates default to Strategy 1 only (RMAUTO01, RMAUTO02, RMAUTO03). Add or replace rule URIs in the matchRules array based on your requirements.

    For more information, see Match strategies and logic.

  10. Post the subscription to the appropriate endpoint for your licensed tier and environment.
    • For Identity Builder Enrich: POST https://{env}.reltio.com/dtss/subscription/identityBuilder
    • For Identity Builder Enrich Plus: POST https://{env}.reltio.com/dtss/subscription/identityBuilderPlus

    The request body is the subscription JSON you prepared in the previous steps.

  11. Verify that the subscription is active.
  12. Run a manual match task to confirm the configuration is working.

    Submit the following request using the Data Tenant ID you noted in step 3:

    POST https://{env}.reltio.com/dtss/tasks/manual_match

    Use the following request body:

    {
      "dataTenant": "{DTtenantId}",
      "customerTenant": "{tenantId}",
      "entityUris": {
        "urisList": [
        ]
      },
      "entitiesFilterInDtMetadata": {}
    }

Reltio Identity Builder is now configured and enabled for your tenant. The subscription is active. Reltio Identity Builder will match and enrich records based on your selected strategies and attribute mappings.