Create primary identity

  1. Click on the Step 1 - Create Primary Identity for Customer Account Schema API request in the XDM Schema Lab -> Create Identity Descriptors folder

    Step 1 - Create Primary Identity for Customer Account Schema Postman request

    note caution
    CAUTION
    Do not execute the request yet
  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 true

    EXAMPLE ONLY

    code language-json
    {
      "@type": "xdm:descriptorIdentity",
      "xdm:sourceSchema": "https://ns.adobe.com/devbc/schemas/8415ac18dd8943e35d12caf0c24b57b4a5a9ab7fd637245e",
      "xdm:sourceVersion": 1,
      "xdm:sourceProperty": "/_devbc/customerID",
      "xdm:namespace": "customerID",
      "xdm:property": "xdm:code",
      "xdm:isPrimary": true
    }
    
    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 now see a 201 Created response as shown below

201 Created response after successfully creating primary identity descriptor

SUCCESS
Congratulations! You created a primary identity descriptor in your schema
recommendation-more-help
blueprints-learn-help-blueprints