> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev-actions-triggers-prototype.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 正規化ユーザープロファイル

> Auth0がユーザープロファイルにある一般的なユーザープロパティを正規化する方法について説明します。

正規化ユーザープロファイルは、ユーザー関連の情報を標準化して保管するための、Auth0固有の方法です。各IDプロバイダー（<Tooltip data-tooltip-id="react-containers-DefinitionTooltip-2" href="/docs/ja-jp/glossary?term=idp" tip="IDプロバイダー（IdP）: デジタルIDを保存および管理するサービス。" cta="用語集の表示">IdP</Tooltip>）が異なるセットのユーザー情報を提供するため、Auth0はユーザー関連のクレームを保管する際に、一般的なプロファイルのプロパティを正規化して、プロトコルに依存しない表現にします。たとえば、正規化されたユーザープロファイルの`family_name`には、`surname`または`last_name`としてIdPに返される可能性のある詳細が含まれています。

そのため、正規化されたユーザープロファイルに含まれるAuth0クレームは、[Authentication APIの`oauth/token`エンドポイント](https://auth0.com/docs/api/authentication#get-token)からIDトークンで返される、または[`/userinfo`](https://auth0.com/docs/api/authentication#user-profile)エンドポイントの応答で返される（いずれもOIDC仕様に詳細が記載されている要件に従う）標準のクレームセットとは異なります。

正規化ユーザープロファイルに含まれる属性とその扱い方については、「[User Profile Structure（ユーザープロファイルの構造）](/docs/ja-jp/manage-users/user-accounts/user-profiles/user-profile-structure)」をお読みください。

## もっと詳しく

* [ユーザープロファイルの例](/docs/ja-jp/manage-users/user-accounts/user-profiles/sample-user-profiles)
* [ユーザープロファイルのルート属性](/docs/ja-jp/manage-users/user-accounts/user-profiles/root-attributes)
* [ユーザーデータの保存](/docs/ja-jp/secure/security-guidance/data-security/user-data-storage)
* [ユーザープロファイルの確認](/docs/ja-jp/troubleshoot/authentication-issues/check-user-profiles)
* [APIの呼び出しをチェックする](/docs/ja-jp/troubleshoot/authentication-issues/check-api-calls)
