
when deleting a member from team this error is coming : "{message: The requested team invitation could not be found., code: 404, type: team_invite_not_found, version: 1.4.2}" ,

can you verify that u213 is the membership id of the specific user?

I think u213 is a name rather than a membership id

i added the user like this and userids is now just number ,( my aim is to give permission to a collection so that all the users in that group can get realtime and remove user if necessary) . how to spot membership id ?.

in programs you can actually fetch the membership id in that ‘result’ variable you try to log that result and you can see the ‘$id’ here and that can be the possible membership, as the documentation state here

In the console UI of Appwrite Cloud, you can navigate to the membership ID through:
- On a specific user's page, navigate to the "Membership" tab.
- On the "Team" page, look at the specific user in the list, where you can see the membership ID alongside.

i am able to delete using membership id from result. But this id is not seeing in console


Are you doing this client sided?

If so, unless it's the same user that has the session, it will not be possible removing other users

its used in server side with key.

correct...i don't think we show the membership ID in the console. Feel free to create a feature request issue for that if you'd like
Recommended threads
- Realtime {error: 1003, Message type is n...
I am facing the above mentioned issue, no matter if I am using web-sdk 16.0.2 or 17.01 (apw server is on 1.6.0) - maybe someone could help?
- firebase Realtime Database to Appwrite D...
Hello, is there anyone who has successfully migrated from Firebase Realtime Database to Appwrite? I got stuck on how to migrate my data from Firebase Rtdb to Ap...
- Migraging from supabase to appwrite havi...
I'm having issues migrating I've tried a couple different AI tools to help me but I'm apparently too dumb. I've looked at documentation inside the migration too...
