diff --git a/bothub/authorizations/consumers/authorizations_consumer.py b/bothub/authorizations/consumers/authorizations_consumer.py index 5f3b694d..423e8640 100644 --- a/bothub/authorizations/consumers/authorizations_consumer.py +++ b/bothub/authorizations/consumers/authorizations_consumer.py @@ -18,7 +18,7 @@ def consume(self, message: amqp.Message): org_auth_dto = OrgAuthDTO( user=body.get("user_email"), - org_id=body.get("organization_intelligence"), + org_id=body.get("org_intelligence"), role=body.get("role") )