Skip to main content
Solved

Add Member in List Through APi

  • March 25, 2022
  • 1 reply
  • 370 views

Forum|alt.badge.img+2

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.

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.  

 

View original
Did this topic or the replies in the thread help you find an answer to your question?

1 reply

retention
Partner - Platinum
Forum|alt.badge.img+62
  • 2025 Champion
  • 944 replies
  • Answer
  • 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.