Hello everyone,
I wanted to update the user attributes, I am using customer io client and identify function to update the user attribute, but it seems not to be working, its not updating the user attributes.
this is how I am calling this function to update the user attribute in python.
response = client.identify(id="b9a60800d701d801", email="test@test.com")
here id is the identifier of an user and I want to update his email but unable to do it.
would really appreciate the community help here.
Thanks
Page 1 / 1
Hello,
Are you using our Python library? Our Python library docs provide an example for creating/updating people: https://github.com/customerio/customerio-python#create-or-update-a-customerio-customer-profile
Try this:
cio.identify(id="b9a60800d701d801", email='test@test.com')
Reply
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.