Skip to main content
POST
Update User Memory Data

Headers

string
required
Your API key for authentication.

Path Parameters

string
required
The unique identifier of the memory containing the user to update.

Body Parameters

string
required
The phone number of the user to update within the memory.
string
Updated metadata to associate with this user. Can include any key-value pairs relevant to your use case.
string
Updated summary text for this user’s interactions.
string
Optional external key for additional memory validation or cross-referencing.

Response

object
Response data confirming user update.
string
Success message confirming user memory data was updated.
object
The updated user object.
string
Unique identifier for the user entry in the memory.
string
The memory identifier this user belongs to.
string
The phone number that was updated.
string
The updated metadata text associated with this user.
string
The updated summary text for this user.
string
ISO timestamp when this user was originally added to the memory.
number
Number of calls associated with this user.
string|null
ISO timestamp of the most recent call, or null if no calls yet.
null
Error array (null on success).

Docs for agents: llms.txt