Solved

Fetching all profiles in a list, including custom attributes

  • 26 March 2021
  • 1 reply
  • 385 views

Badge +2

Hello,

Is there a way to have the group API endpoint (/group/*id*/members/all) return custom properties in the profiles? Right now it only seems to be returning email and ID.

We are periodically checking for user profile updates on our end, and updating Klayvio via the Identify API. The issue is that we have no way to tell if a user already has these properties set on Klayvio’s end - so we are forced to mass update 8k+ profiles when we could have just done a few. 

 

This will become more of an issue as our userbase grows.

 

Thanks!

David.

icon

Best answer by julie.accardo 27 March 2021, 14:53

View original

1 reply

Userlevel 5
Badge +34

Hi @david987,

Unfortunately, we are unable to retrieve additional profile properties using the group membership endpoint. This endpoint is designed to only return email/phone/push token.

 

To update profiles, we recommend using the identify api and to see the existing properties would be to set up a call to the person endpoint of the profiles API. 

Best,

Julie

Reply