Matt Dzwonczyk
Matt Dzwonczyk
Thanks for those details. The `Organization` object returned via events is slightly leaner than what is returned via the [organization APIs](https://workos.com/docs/reference/organization). If you're doing some separate type validation on your...
Hi @mirzadelic, thanks for your report. Do you have some example code for how you're handling the `organization.created` webhook event? I want to make sure we're testing this properly, and...
Got it, thanks. The intended usage is to use the return data as-is, which is an `OrganizationCommon` object (`from workos.types.organizations import OrganizationCommon`). I can see how this is confusing from...