POST/bots/{botId}/richmenus/{richmenuId}/users/{userId}
ユーザー別のリッチメニューを適用する。
リッチメニューは、次の優先順位でユーザーに表示される。
Access Token を指定します。
指定の方法や Access Token の取得方法は 共通仕様 を参照してください。
bot.message
bot
| Parameter | Type | Description |
|---|---|---|
| botId | integer | Bot ID required example : 2000001 format : int64 |
| richmenuId | string | リッチメニュー ID required example : 40001 |
| userId | string | ユーザーを特定する ID (URL エンコードする)
required example : userf7da-f82c-4284-13e7-030f3b4c756x |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
No Content