新しいユーザーを作成します。
ユーザーデータストレージの詳細については、ユーザーデータストレージの比較ページを参照してください。
response_type required | string OAuth 2.0プロトコルが有効なプロジェクトで使用されるグラントタイプ応答に含まれるユーザー認証コードを取得するために |
client_id required | integer アプリケーションID。OAuth 2.0クライアントを作成した後で取得します。 |
state required | string 追加のユーザー認証に使用される値。CSRF攻撃を軽減するためによく使用されます。この値は応答で返されます。8文字以上の文字列である必要があります。 |
scope | string スコープは、ユーザーのアカウントへのアプリケーションのアクセスを制限するOAuth2.0のメカニズムです。 以下の値を指定できます:
上記以外の |
audience | string Identification parameter of the application the token was issued for. Parameter value will be passed in the |
redirect_uri | string URL to redirect the user to after account confirmation, successful authentication, or password reset confirmation. To set up this parameter, contact your Customer Success Manager or email to csm@xsolla.com. Notice
The parameter is required if you have more than one redirect URI in your project settings. |
username required | string [ 1 .. 255 ] characters ユーザー名。 |
password required | string [ 6 .. 100 ] characters ユーザーパスワード。 |
email required | string [ 1 .. 255 ] characters ユーザーのメールアドレス。 |
accept_consent | boolean ユーザーが個人データの処理に同意したかどうか。 |
fields | object Parameters used for extended registration form. To use this feature, please contact your Customer Success Manager. |
promo_email_agreement | integer >= 0 Default: 1 ニュースレターを受け取ることにユーザーが同意します。 |
OK(アカウント確認は無効になっています)
コンテンツなし(アカウント確認が有効になっています)
無効なリクエスト
見つかりません
処理不可能なエンティティー
リクエストの回数が多すぎます
{- "email": "john-email@email.com",
- "fields": {
- "nickname": "Johny"
}, - "password": "password123",
- "username": "John"
}
{- "login_url": "string"
}