IdentityMap schema field group

NOTE
The names of several schema field groups have changed. See the document on field group name updates for more information.

IdentityMap is a standard schema field group for the XDM Individual Profile class. The field group provides a single map field, which contains a set of user identities keyed by namespace.

A diagram of the IdentityMap schema field group

See the section on identity maps in the basics of schema composition for more information on their use case, including their benefits and drawbacks.

example

{
    "identityMap":{
        "ECID":[
            {
                "id":"83238819066235616291057085344313877718",
                "authenticatedState":"ambiguous",
                "primary":true
            }
        ]
    }
}

For more details on the field group, refer to the full schema in the public XDM repository.

recommendation-more-help
62e9ffd9-1c74-4cef-8f47-0d00af32fc07