ユーザ登録 (2.6)

ユーザ登録API

UserRegistrationServer

ユーザ登録

スネークケース及びキャメルケースどちらでも問題ない

Request Body schema: application/json
botId
required
string

アプリIDを取得したいボットのIDを設定。

appKind
required
string

sunaba固定。(現在は未使用)

notification
required
boolean

false固定。(現在は未使用)

Responses

Request samples

Content type
application/json
{
  • "botId": "DoCoMo_InitBot",
  • "appKind": "sunaba",
  • "notification": false
}