
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
- 500 Error on Console when Using Custom D...
Hey 👋 I’ve set up a custom domain for my Appwrite Cloud project (<my-custom-domain>). DNS is configured and the organization view loads fine when I open the c...
- 2 Columns still processing since yesterd...
Hey o/ Yesterday (around <t:1758045600:f>), I created a database and added several columns to it. After about 15 minutes, most of the "processing" tags disappe...
- 503 Timeout when Updating or Upserting D...
Hey I’m running into an issue when trying to update or upsert a row in Appwrite. The request hangs for a while and then throws this error: ``` AppwriteException...
