# ai_prompt_orgs_users_chat_memory_status_update Update the chat memory status for a specific user. Args: request: The HTTP request containing the updated status. org: The organization/tenant identifier. user_id: The ID of the user to update memory status for. Returns: Response: The updated chat memory status. Raises: BadRequest: If the provided data is invalid. Endpoint: PUT /api/ai-prompt/orgs/{org}/users/{user_id}/chat-memory-status/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `org` (string, required) - `user_id` (string, required) ## Request fields (application/json): - `enabled` (boolean, required) Enable or disable memory use ## Response 200 fields (application/json): - `id` (integer, required) - `username` (string, required) - `platform_key` (string, required) - `enabled` (boolean)