Hi,
I would like to generate a slowly changing table of our users in our analytics DB.
Is there any webhook, event or log that reports updates to the user object (name change, role change, etc.)?
Hi,
I would like to generate a slowly changing table of our users in our analytics DB.
Is there any webhook, event or log that reports updates to the user object (name change, role change, etc.)?
Hi @omer.ginosar,
Welcome to the Auth0 Community!
You could set something up using Log Streams. I don’t know if the log will provide enough data, it probably depends on exactly what you’re trying to monitor. Here is the log event I see when I update a user object:
"type": "sapi",
"description": "Update a User"
Thanks Dan, I’ll check it out