> ## 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 の正規化されたユーザープロファイルには、複数のルート属性 (object の最初の階層、つまりルートレベルに格納される属性) が含まれており、その一部は更新できます。ユーザープロファイルの構造と各属性の詳細については、[User Profile Structure.](/docs/ja-jp/manage-users/user-accounts/user-profiles/user-profile-structure) を参照してください。

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

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

Auth0が<Tooltip tip="IDプロバイダー（IdP）: デジタルアイデンティティを保存および管理するサービス。" cta="用語集を見る" href="/docs/ja-jp/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="/docs/ja-jp/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となります。

* [通常のデータベース接続](/docs/ja-jp/authenticate/database-connections)
* インポートモードの[カスタムデータベース接続](/docs/ja-jp/authenticate/database-connections/custom-db)
* [パスワードレス接続](/docs/ja-jp/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プロバイダーは、次の接続タイプに対応しています。

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