Despite being mentioned in the docs
I am trying to execute this in functions, here is the output
TypeScript
TypeError: users.listIdentities is not a function
at Module.default (file:///usr/local/server/src/function/src/main.js:13:40)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async execute (/usr/local/server/src/server.js:141:22)
at async /usr/local/server/src/server.js:158:13
TL;DR
The user is encountering an error message "List Identities is not a function" and states that it is undefined. No further information or solution is provided.Can someone please help out over here.
Here's the code I am trying
TypeScript
let users = new Users(client)
let il = await users.listIdentities()
Recommended threads
- Helping in unblock my account
I deleted my Appwrite Cloud account that was linked via GitHub. Now I activated my GitHub Student Pack and want to sign up again using the same GitHub account, ...
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...
- Request for temporary 3 to 4 hours datab...
Hi Appwrite Team, I hope you are doing well.We are an early-stage startup currently running on Appwrite Cloud. We have unfortunately exhausted our database rea...