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

# Create Users（ユーザーの作成）

> Auth0ダッシュボードでユーザーを作成する方法について説明します。

Auth0のダッシュボードまたは[Auth0 Management API](https://auth0.com/docs/api/management/v2/users/post-users)を使用してユーザーを作成することができます。

1. [［Dashboard］>［User Management（ユーザー管理）］>［Users（ ユーザー）］](https://manage.auth0.com/#/users)を選択し、**［Creat User（ユーザーを作成）］** をクリックします。
2. ユーザーの **［Email（メールアドレス）］**、 **［Password（パスワード）］**、および **［Repeat Password（パスワードの確認）］** を入力し、次に **［Connection（接続）］** を選択します。

   <table class="table">
     <thead>
       <tr>
         <th>\_\_ 属性\_\_</th>
         <th><strong>説明</strong></th>
       </tr>
     </thead>

     <tbody>
       <tr>
         <td>Email（メール）</td>
         <td>ユーザーのメールアドレスです。電子メール アドレスの形式は、IETF]\([https://datatracker.ietf.org/doc/html/rfc5321#section-4.1.2](https://datatracker.ietf.org/doc/html/rfc5321#section-4.1.2)) の \[RFC 5321で規定されている仕様に準拠する必要があります</td>
       </tr>

       <tr>
         <td>パスワード</td>
         <td>ユーザーのパスワード。パスワードの長さに上限はありません。</td>
       </tr>

       <tr>
         <td>Repeat Password（パスワードの再入力）</td>
         <td>パスワードを確認します。</td>
       </tr>

       <tr>
         <td>Connection（接続）</td>
         <td>ユーザーの認証に使用されるデータベース接続です。ドロップダウンには、テナントに構成済のデータベース接続がすべて含まれています。使用する接続はアプリケーションに関連付けられていなければなりません。そうでない場合には、接続が無効だというエラーメッセージを受け取ります。</td>
       </tr>
     </tbody>
   </table>
3. **［Create（作成）］** をクリックします。ユーザーが作成され、新しく作成されたユーザーのプロファイルに移動します。

**［User Details（ユーザー詳細）］** ページは、ユーザーが初めてログインするまで **［pending（保留中）］** と表示されます。

<div id="learn-more">
  ## もっと詳しく
</div>

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