Open
Description
` const client = await ZepClient.init(ZEP_API_URL, zep_jwt_token);
console.log("user :- ", client);
const userId = "58481deb-1099-4856-bbcf-c0b852b38182";
// const user = await client.user.list(10, 0);
const user = await client.user.get("58481deb-1099-4856-bbcf-c0b852b38182");
console.log("user :- ", user); `
i'm getting **Error fetching user: NotFoundError: No user found for userId 58481deb-1099-4856-bbcf-c0b852b38182**, but this user esists in my dashboard, also same script is working in python as well.
Metadata
Assignees
Labels
No labels