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
List all sessions for a user
Document
Playground
Support
Dashboard
API Reference
User
Add a user.
POST
https://api.getzep.com/api/v2
/
users
Add a user.
Request
This endpoint expects an object.
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 associated with the user.
user_id
string
Optional
The unique identifier of the user.
Response
This endpoint returns an object.
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
400
Bad Request
500
Internal Server Error
Built with