Solved

How can I update a user property of user A upon an action performed by user B? (Without triggering additional events))

  • 8 February 2023
  • 1 reply
  • 110 views

Let’s say we have a platform where we have an option to follow other users. If user B follows user A, I want an event to be triggered for user A and want to update the follower count as a user property on user B. 

Assuming that I don’t have to trigger additional events (updating events from backend is an obvious option, but takes up too many calls)

Is that possible?

icon

Best answer by Saish Redkar 8 February 2023, 17:20

View original

1 reply

Userlevel 7
Badge +10

Hey @vishant_batta 

You can use the Identify API calls to update user properties of a particular user without triggering additional event.

Hope this helps.

Reply