Replicate Data from Auth0 to Snowflake

Hi,
We are using Auth0. And currently, we need to create a Looker report relative to active users. All our data is stored in Snowflake.
What is the best way to replicate Auth0 data to snowflake so our analysis can use those data to create report?
Thanks

Hi @shaoke.xu ,

I expect you could look at monitoring and storing user activity data by using a Custom Log Stream. You can filter tenant log events if you just want to keep logs for specific activities or events.

If you need greater detail and extensive data from Auth0, all your data is accessible by the use of the Management API, just note the Rate Limits that apply to the various endpoints.
Hope this helps, thanks!