# ユーザートークンを作成する ユーザーがゲームに存在することを確認し、ユーザートークンを作成します。 Endpoint: POST /v2/project/{project_id}/distribution_hub/user/auth Version: 1.0.0 Security: basicAuth ## Path parameters: - `project_id` (integer, required) プロジェクトID。 Example: 44056 ## Request fields (application/json): - `user` (object, required) - `user.country` (string,null) [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)につき2文字の大文字の国コード。 Example: "US" - `user.email` (string, required) 購入したゲームキーを受け取ることができるユーザーの電子メールアドレス。 Example: "public_email@test.com" - `user.id` (string,null) ゲーム内の一意ユーザー識別子。 Example: "public_id" - `user.ip` (string,null) ユーザーのIPアドレス。 Example: "127.0.0.1" - `user.name` (string,null) ユーザーの公称。 Example: "Public name" - `user.phone` (string,null) ユーザーの電話番号。 Example: "+66-000-000-00-00" ## Response 200 fields (application/json): - `token` (string) ユーザートークン。