Manage Users
Create User
Create a new user with additional data
POST
Create a new user in the memory system with additional user-specific data. This endpoint initializes a new user entity that can store and manage memories.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
User data for creating a new user
User additional data in JSON
User ID in UUIDv4/5
Timestamp when the user was created
Timestamp when the user was last updated