Are log_ids unique across all tenants?

I am building a webhook service for Auth0 logs - one service which will process multiple tenants. I need to know weather Auth0’s generated log_ids are unique across all tenants or not.

Hi @kostandyan-visible , welcome to Auth0!

Apologies for slight late response on that one.

Log IDs are guaranteed to be unique per tenant. There would be a need to leverage a few fields as a composite key to ensure that uniqueness across different tenants.
The recommend fields to leverage for a composite key are: log id, tenant name, and environment.

Please let us know any questions!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.