cURL
curl --request POST \ --url https://api.bland.ai/v1/memory/{memory_id}/user/update \ --header 'Content-Type: application/json' \ --header 'authorization: <authorization>' \ --data '{ "phone_number": "<string>", "metadata": "<string>", "summary": "<string>", "external_memory_key": "<string>" }'
{ "data": { "message": "User memory data updated successfully", "user": { "id": "11111111-2222-3333-4444-555566667777", "memory_id": "12345678-1234-1234-1234-123456789012", "phone_number": "+12345678900", "metadata": "Test here with string metadtata", "summary": "I'm thinking yeah...", "created_at": "2025-07-22T05:32:32.233Z", "call_count": 0, "last_call_at": null } }, "errors": null }
Update the metadata and summary information for a specific user within a memory.