Create other identities
-
Click on the
Step 2 - Create Email Address Identity for Customer Account SchemaAPI call in theXDM Schema Lab -> Create Identity Descriptorsfoldernote caution CAUTION Do not execute the request…yet
-
Update the
xdm:sourceSchemavalue in the body of the request using the$idyou saved from the Create Schema lab step -
Update the
xdm:isPrimaryvalue in the body of the request tofalseEXAMPLE ONLY
code language-json { "@type": "xdm:descriptorIdentity", "xdm:sourceSchema": "https://ns.adobe.com/devbc/schemas/8415ac18dd8943e35d12caf0c24b57b4a5a9ab7fd637245e", "xdm:sourceVersion": 1, "xdm:sourceProperty": "/personalEmail/address", "xdm:namespace": "Email", "xdm:property": "xdm:code", "xdm:isPrimary": false }note NOTE Remember to update the tenant name above (_devbc) with your own -
Save your request before continuing using the
Savebutton -
Execute the API by clicking the
Sendbutton. You should now see a201 Createdresponse like below
recommendation-more-help
blueprints-learn-help-blueprints