
Is it possible to add user preferences at the time the account.create function is called, or does it need to be updated after the user account is created?

You can't something to happened with action, but you can make it happened after and action.
Meaning you can create a function and set the function to be triggered on account creation event users.*.create
Then, inside the function you can User value which is inside the APPWRITE_FUNCTION_EVENT_DATA
variable to set the user preferences.
Recommended threads
- phantom relationships appear on parent c...
i have this bug were my past deleted collection apears as relationship to my parent collection. when i try to delete that relationship from parent it gives me e...
- Attribute stuck on proccessing
i tried creating a new attribute butits stuck on proccessing,i did a hard refresh,cleared cache everything but still stuck on proccessing,also in my functions w...
- Appwrite Cloud Custom Domains Issue
I’m trying to configure my custom domain appwrite.qnarweb.com (CNAME pointing to fra.cloud.appwrite.io with Cloudflare proxy disabled) but encountering a TLS ce...
