Solved

Add Member in List Through APi

  • 25 March 2022
  • 1 reply
  • 305 views

Badge +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.

icon

Best answer by retention 25 March 2022, 18:03

View original

1 reply

Userlevel 7
Badge +57

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.  

 

Reply