> ## 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 Dashboard でユーザーを作成する方法を説明します。

# ユーザーの作成

Auth0 Dashboard または [Auth0 Management API](https://auth0.com/docs/api/management/v2/users/post-users) を使用して、ユーザーを作成できます。

1. [Auth0 Dashboard > User Management > Users](https://manage.auth0.com/#/users) に移動し、**Create User** を選択します。
2. **Connection** を選択し、ユーザーの **Email** と **Password** を入力します。

   | 属性         | 説明                                                                                                                                            |
   | ---------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
   | Connection | ユーザーの認証に使用するデータベース接続です。ドロップダウンには、テナントで設定されているすべてのデータベース接続が表示されます。使用する接続はアプリケーションに関連付けられている必要があります。関連付けられていない場合は、接続が無効であることを示すエラーメッセージが表示されます。 |
   | Email      | ユーザーのメールアドレスです。メールアドレスの形式は、[IETF の RFC 5321](https://datatracker.ietf.org/doc/html/rfc5321#section-4.1.2) に記載された仕様に準拠している必要があります。             |
   | Password   | ユーザーのパスワードです。パスワードの長さに上限はありません。                                                                                                               |
3. **Create** を選択します。
   ユーザーが作成され、新しく作成したユーザーのプロファイルに移動します。

[複数のカスタムドメイン](/docs/ja-jp/customize/custom-domains/multiple-custom-domains) を有効にすると、**Connection** セクションの **Domain** で、テナントの通知ドメインを選択できます。

[Flexible Identifiers](/docs/ja-jp/authenticate/database-connections/flexible-identifiers-and-attributes) を有効にすると、**email** に加えて、ユーザーの **username**、**phone**、またはそれらのうち 2 つ以上の組み合わせを選択できます。

<div id="learn-more">
  ## 詳細はこちら
</div>

* [ユーザーに権限を割り当てる](/docs/ja-jp/manage-users/access-control/configure-core-rbac/rbac-users/assign-permissions-to-users)
* [ユーザーにロールを割り当てる](/docs/ja-jp/manage-users/access-control/configure-core-rbac/rbac-users/assign-roles-to-users)
* [ユーザーを特定する](/docs/ja-jp/manage-users/user-accounts/identify-users)
* [ユーザーを削除する](/docs/ja-jp/manage-users/user-accounts/delete-users)
