For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Search
/
Ask AI
Playground
Discord
Status
Dashboard
Sign Up >
Documentation
SDK Reference
Graphiti
v3
v3
v3
v3
Playground
Discord
Status
Dashboard
Sign Up >
SDK Reference
User
Update User
Copy page
PATCH
https://api.getzep.com/api/v2
/
users
/
:userId
Updates a user.
Path parameters
userId
string
Required
User ID
Request
Update User Request
disable_default_ontology
boolean
Optional
When true, disables the use of default/fallback ontology for the user’s graph.
email
string
Optional
The email address of the user.
first_name
string
Optional
The first name of the user.
last_name
string
Optional
The last name of the user.
metadata
map from strings to any
Optional
The metadata to update
Response
The user that was updated.
created_at
string
deleted_at
string
disable_default_ontology
boolean
email
string
first_name
string
id
integer
last_name
string
metadata
map from strings to any
Deprecated
project_uuid
string
session_count
integer
Deprecated
updated_at
string
Deprecated
user_id
string
uuid
string
Errors
400
Bad Request Error
404
Not Found Error
500
Internal Server Error