Skip to main content
Contributor I
March 25, 2022
Solved

Add Member in List Through APi

  • March 25, 2022
  • 1 reply
  • 452 views

Hi,

      When i Add member in list through rest api . In Profile List Page profile is showing by email id not by first name and last name but when same data import through csv manually, then on profile listing page its show with first name + last name. i wanna same when i add data through api.

    This topic has been closed for replies.
    Best answer by retention

    Hi @MayankShoree - welcome to the community!

    Can you give us some code snippets or examples to help you troubleshoot?  I suspect that If you are using the API to upload profiles and not seeing those values, make sure you are assigning the First and Last names to the reserved special properties (prefaced with the $):

    $first_name: string
    $last_name: string

    That will assign those values to the Profiles First and Last name and not your own custom “First Name” or “Last Name” custom properties.  

     

    1 reply

    retention
    Partner - Platinum
    retentionAnswer
    2025 Champion
    March 25, 2022

    Hi @MayankShoree - welcome to the community!

    Can you give us some code snippets or examples to help you troubleshoot?  I suspect that If you are using the API to upload profiles and not seeing those values, make sure you are assigning the First and Last names to the reserved special properties (prefaced with the $):

    $first_name: string
    $last_name: string

    That will assign those values to the Profiles First and Last name and not your own custom “First Name” or “Last Name” custom properties.  

     

    Joseph Hsieh // retentioncommerce.com // X: @retention