Jenil DesaiOriginal post
Rank 2: Process
UpdateUserEvent Request: {"body":{"onboarded":"false"},"bodyRaw":"{\"onboarded\":\"false\"}","bodyText":"{\"onboarded\":\"false\"}","bodyJson":{"onboarded":"false"},"bodyBinary":{},"headers":{"accept":"*/*","authorization":"Basic auth token","content-length":"21","content-type":"application/json","host":"syd.cloud.appwrite.io","user-agent":"Appwrite/1.7.4","x-appwrite-continent-eu":"false","x-appwrite-event":"users.687b69e50016aef915b4.update","x-appwrite-key":"key---","x-appwrite-trigger":"event","x-appwrite-user-id":"appwrite id"},"method":"POST","url":"http://syd.cloud.appwrite.io/","query":{},"queryString":"","host":"syd.cloud.appwrite.io","port":80,"scheme":"http","path":"/"}
UpdateUserEvent body: {"onboarded":"false"}
Summary
Event triggers are not sending the user object payload correctly. The developers attempted to update user event, but the payload is not carrying over the necessary user data. Developers need to investigate this issue further to ensure the payload contains the required information for the event trigger to work accurately.