Hello, I'm using the Appwrite via the Cloud platform.
I've started to use the Teams API, however emails are not arriving - this wouldn't be a problem if I was able to update the membership status manually, which according to the docs I can, however only with a secret that I don't have. The same can be said about the verification when a user is created. I would like the user to be automatically verified / if that's not possible then to verify him manually right after creating the account.
#Auto confirm team membership / emails not arriving
6 messages · Page 1 of 1 (latest)
If you invite someone to a team via the server side sdk it will automatically add them negating the need for them to accept the invite
Sounds good, what about the user verification part?
Did you see https://appwrite.io/docs/products/auth/verify-user?
Yes, but for that I need the secret that supposedly user gets through email? But I want to verify user manually.
Using the server side sdk you can verify here
https://appwrite.io/docs/references/1.7.x/server-nodejs/users#updateEmailVerification