Search...
/
Playground
Support
Dashboard
Documentation
Community Edition
API Reference
Graphiti
Discord
GitHub
Work with Us
Documentation
Community Edition
API Reference
Graphiti
Discord
GitHub
Work with Us
API Reference
Memory
User
POST
Add a user.
GET
List all users
GET
Get a user.
DEL
Delete a user
PATCH
Update a user.
GET
Get user facts.
GET
List all sessions for a user
Document
Graph
Group
Playground
Support
Dashboard
API Reference
User
Get a user.
GET
https://api.getzep.com/api/v2
/
users
/
:userId
Get a user.
Path parameters
userId
string
Required
The user_id of the user to get.
Response
The user that was retrieved.
created_at
string
Optional
deleted_at
string
Optional
email
string
Optional
first_name
string
Optional
id
integer
Optional
last_name
string
Optional
metadata
map from strings to any
Optional
project_uuid
string
Optional
session_count
integer
Optional
updated_at
string
Optional
user_id
string
Optional
uuid
string
Optional
Errors
404
User Get Request Not Found Error
500
User Get Request Internal Server Error
Built with