How to find out when user updates his username and/or avatar?

Looking at trello webhooks I found that updateMember webhook is deprecated.

In that case is there any other way for a Power-Up to find out when user updates his username?

I know that we can use the rest api with long polling to get up-to-date user data however that is not scalable solution, is there any other standard way to accomplish this ?

Thanks,
Boris

Hi Boris, These events are in the GDPR end point for members who authenticated through your app. When you use webhooks you should be poling this end point in any case to be compliant. I’m not sure if this works for your use case though, you can check the docs here:

https://developer.atlassian.com/cloud/trello/guides/compliance/personal-data-storage-gdpr/