-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"allow_profiles_outside_organization is required" error when parsing Organization object #368
Comments
Hi @FilipAtScribe, thanks for your report. Could you confirm which version of the Python SDK you're using? Could you also clarify if you're experiencing this issue when receiving an |
Hi @mattgd
|
Thanks for those details. The Our goal is to keep event objects and API objects as unified as possible, but there is some drift between a handful of them. |
Same issue here. @mattgd will this be updated in any future version so this parameter is optional in class? Either that or to update documentation to not show Organization object to use for webhooks. |
Hi @mirzadelic, thanks for your report. Do you have some example code for how you're handling the The |
@mattgd using it as But I understand we can use |
Got it, thanks. The intended usage is to use the return data as-is, which is an |
When sending an
organization.created
event (both a test event and a real one) an error is thrown:allow_profiles_outside_organization is required.
The field is marked as deprecated since version 4.12.0
The text was updated successfully, but these errors were encountered: