> ## Documentation Index
> Fetch the complete documentation index at: https://docs-staging.auth0-mintlify.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Personally Identifiable Information in Auth0 Logs

> Describes the potential personally identifiable information (PII) that Auth0 writes to tenant logs.

Many logs in Auth0 tenant logs can contain personally identifiable information (PII). Authentication events trigger log entries that can include users' PII. And if you use the Auth0 <Tooltip tip="Management API: A product to allow customers to perform administrative tasks." cta="View Glossary" href="/docs/glossary?term=Management+API">Management API</Tooltip> or the Dashboard to add users, Auth0 logs the user account details.

These fields in log entries can contain PII:

* Name
* Phone number (used for <Tooltip tip="Multi-factor authentication (MFA): User authentication process that uses a factor in addition to username and password such as a code via SMS." cta="View Glossary" href="/docs/glossary?term=multi-factor+authentication">multi-factor authentication</Tooltip>)
* Email address
* IP address (which can reveal location)
* Any custom user information you define

Tenant logs exclude core authentication secrets, like OTP codes, OTP seeds, biometric data, and private keys. At no point does Auth0 log <Tooltip tip="Access Token: Authorization credential, in the form of an opaque string or JWT, used to access an API." cta="View Glossary" href="/docs/glossary?term=access+tokens">access tokens</Tooltip> from Auth0 or any <Tooltip tip="Access Token: Authorization credential, in the form of an opaque string or JWT, used to access an API." cta="View Glossary" href="/docs/glossary?term=identity+provider">identity provider</Tooltip>. When authorization code exchanges occur, the logs show only a partial code (for example: `code: 31XXXXX`).

## Learn more

* [Log Data Retention](/docs/deploy-monitor/logs/log-data-retention)
* [Log Search Query Syntax](/docs/deploy-monitor/logs/log-search-query-syntax)
