Skip to content

user not found error #55

Open
Open
@yuvraj123-verma

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions