How do I set default app_data for user?

How do I set default app_data key/value pairs that every user will get assigned to after registering/logging in with oauth and becoming a user?

Hi @benjamin203

You just need an action or rule that fires either on first sign-in (login-count == 1) or if the default value is not present.

John