# ai_bot_v1_bots_whatsapp_user_config_update Setup phone number linkage with whatsapp bots This phone number will be used to authenticate and allow access to whatsapp bots. Endpoint: PUT /api/ai-bot/v1/bots/{org}/whatsapp-user-config/{id}/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `id` (integer, required) A unique integer value identifying this whatsapp user config. - `org` (string, required) ## Request fields (application/json): - `phone_number` (string, required) ## Response 200 fields (application/json): - `id` (integer, required) - `user` (integer, required) edX user ID - `phone_number` (string, required) - `date_created` (string, required) - `last_modified` (string, required)