There's a Role.member() API in appwrite sdks for permission roles. Is it possible to define this from the console UI? Right now, there's no way to do it.
Also, there's no way (in the console) to specify permissions for verified users in particular. There's only settings for users generally
You can use "Select users" on permissions part from console
define this from the console UI
Define it where? When creating the team/membership? Or creating a document?
Isn't there a custom permission option?
Yes there's a custom permission option, but the instructor there says it must be in the format user:userId or team:teamId/role, at least on appwrite cloud. Don't know if it has been updated in the source (since appwrite cloud isn't running the latest version).
But for members, the format member:membershipId has to be used. And for verified users, the format user:userID/status has to be used.
Maybe I should see if the console UI accepts those formats too anyway.
You can put member:membershipId or user with status as well
Recommended threads
- Appwrite Auth & Function don't reveal cl...
When I execute a function or sign in with my Flutter app, Appwrite does not show my real IP: instead, it seems that Appwrite shows Fastly CDN IP address.
- All function deployments fail (node 18-2...
Error: bash: /usr/local/server/helpers/build-cache.sh: No such file or directory Sidecar error: Build archive was not created at /mnt/code/code.tar.gz Scope: ...
- Database Write Limits hit
Hello Appwrite Admins, I'm a GitHub Education user, and about a week ago, my database was really badly optimized, resulting in about 600k writes in a single day...