Create other identities

  1. Click on the Step 2 - Create Email Address Identity for Customer Account Schema API call in the XDM Schema Lab -> Create Identity Descriptors folder

    note caution
    CAUTION
    Do not execute the request…yet

    Step 2 - Create Email Address Identity for Customer Account Schema Postman request

  2. Update the xdm:sourceSchema value in the body of the request using the $id you saved from the Create Schema lab step

  3. Update the xdm:isPrimary value in the body of the request to false

    EXAMPLE 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
  4. Save your request before continuing using the Save button

  5. Execute the API by clicking the Send button. You should now see a 201 Created response like below

201 Created response after successfully creating email address identity descriptor

recommendation-more-help
blueprints-learn-help-blueprints