> ## 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の正規化ユーザープロファイルには、いくつかのルート属性（オブジェクトの最初の、つまりルートレベルに保存される属性）が含まれており、その一部は更新が可能です。ユーザープロファイルの構造とその属性について詳しく知るには、「[ユーザープロファイル構造](/docs/ja-jp/manage-users/user-accounts/user-profiles/user-profile-structure)

ルート属性を更新する方法は、接続のタイプによって異なります。

## IDプロバイダーとしての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>）の場合、サブスクライバーは以下を行うことができます。

* [ユーザーのサインアップ時](/docs/ja-jp/api/management/guides/users/set-root-attributes-user-signup)（<Tooltip data-tooltip-id="react-containers-DefinitionTooltip-0" href="/docs/ja-jp/glossary?term=management-api" tip="Management API: 顧客が管理タスクを実行できるようにするための製品。" cta="用語集の表示">Management API</Tooltip>または公開サインアップ経由）、または[インポート時](/docs/ja-jp/api/management/guides/users/set-root-attributes-user-import)
* Management API経由で[ルート属性を個別に更新する](/docs/ja-jp/api/management/guides/users/update-root-attributes-users)

Auth0は、以下の接続タイプのIDプロバイダー（IdP）です。

* [通常のデータベース接続](/docs/ja-jp/connections/database)
* インポートモードを使用した[カスタムデータベース接続](/docs/ja-jp/connections/database/custom-db)
* [パスワードレス接続](/docs/ja-jp/connections/passwordless)

## アップストリームのIDプロバイダー

アップストリームのIdP（GoogleやFacebookなど）が使用される場合、サブスクライバーには2つのオプションがあります。

* アップストリームのIdPは、ユーザーが最初に作成される際にルート属性を設定し、その後ログイン時にそれらを自動更新します。これはデフォルトの動作です。
* アップストリームのIdPはユーザーが作成された時点でルート属性のみを設定するものの、その後のログインでこれを更新することはありません。このため、Management API経由で[ルート属性を個別に更新](/docs/ja-jp/api/management/guides/users/update-root-attributes-users)することができます。これを有効にするには、[接続の同期をAuth0で設定する](/docs/ja-jp/api/management/guides/connections/configure-connection-sync)必要があります。

アップストリームのIDプロバイダーは、以下の接続タイプを処理します。

* [ソーシャル接続](/docs/ja-jp/connections#social)
* [エンタープライズ接続](/docs/ja-jp/connections#enterprise)
* [法的ID接続](/docs/ja-jp/connections#legal-identities)
