
I'm trying to get sellerId using account.get() in my appwrite function and this is the error message I'm getting:
"Failed to send notification to seller 6865bfd200091084268a: app.6859f009000e9dc845a4@service.cloud.appwrite.io (role: applications) missing scope (account) "
this is the code I try to run the function :
const seller = await account.get(sellerId);
the screenshot of m appwrite console is attached. Thank you @Kenny @Aditya Oberai @Steven

Instead of account.get use users.get
https://appwrite.io/docs/references/cloud/server-nodejs/users#get
Recommended threads
- Flutter OAuth2 Google does not return to...
When the flow starts, the browser opens, I select an account, and it keeps showing: """ Page not found The page you're looking for doesn't exist. `general_rout...
- Organization not exists anymore
Hello! We have a problem with a cloud database. We are on the Free plan, but after a refresh the site wants me to create a new organisation, and I not see the c...
- JSON and Object Support in Collection do...
I am working with Next.Js and Appwrite Cloud, I am relatively New to Appwrite but i have noticed there is no direct support of JSON and Object support in attrib...
