Please can you tell me how to query through the user prefs ???
You can't. If you want to query on, you need to create a collection for this
But in the docs there is a queries option. Can't we do it like that..?
Okay thanks
But Query.search('email', '1234@gmx.de')
dont work ?
Which Query methods work with users.list
?
Hm, so maybe search dont work because no Index, but i cant set in on Users ? So i have to create a collection with all users and search there ?
Please create a new post instead of posting in an old thread
[SOLVED] querying list users
Recommended threads
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- apple exchange code to token
hello guys, im new here π I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...