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

> Auth0 の正規化されたユーザープロファイルで利用可能なルート属性と、その更新方法について説明します。

# ユーザープロファイルのルート属性

Auth0 の正規化されたユーザープロファイルには、複数のルート属性 (オブジェクトの第 1 レベル、つまりルートレベルに格納される属性) が含まれており、その一部は更新できます。ユーザープロファイルの構造と属性の詳細については、[ユーザープロファイルの構造](/ja/docs/manage-users/user-accounts/user-profiles/user-profile-structure)を参照してください。

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

<div id="auth0-as-the-identity-provider">
  ## IDプロバイダーとしてのAuth0
</div>

Auth0 が <Tooltip tip="Identity Provider（IdP）: デジタル ID を保存および管理するサービス。" cta="用語集を見る" href="/ja/docs/glossary?term=Identity+Provider">IDプロバイダー</Tooltip> (IdP) である場合、利用者は次のことを行えます。

* [ユーザーのサインアップ時](https://auth0.com/docs/api/management/guides/users/set-root-attributes-user-signup) (<Tooltip tip="Management API: 顧客が管理タスクを実行できるようにする製品。" cta="用語集を見る" href="/ja/docs/glossary?term=Management+API">Management API</Tooltip> 経由または公開サインアップ経由) または [インポート時](https://auth0.com/docs/api/management/guides/users/set-root-attributes-user-import) にルート属性を設定する
* Management API 経由で [ルート属性を個別に更新する](https://auth0.com/docs/api/management/guides/users/update-root-attributes-users)

Auth0 は、次の接続タイプの IdP です。

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

<div id="upstream-identity-providers">
  ## アップストリーム IDプロバイダー
</div>

アップストリーム IdP (Google や Facebook など) を使用する場合、利用者には 2 つの選択肢があります。

* アップストリーム IdP は、ユーザーが最初に作成されたときにルート属性を設定し、その後のログインのたびに
  自動的にそれらを更新します。これは既定の動作です。
* アップストリーム IdP は、ユーザー作成時にのみルート属性を設定し、その後のログインでは
  更新しません。これにより、利用者は Management API を使用して[ルート属性を個別に更新](https://auth0.com/docs/api/management/guides/users/update-root-attributes-users)できます。これを有効にするには、[Auth0 との接続の同期を設定](https://auth0.com/docs/api/management/guides/connections/configure-connection-sync)する必要があります。

アップストリーム IDプロバイダーは、次の接続タイプに対応しています。

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