diff --git a/litellm/proxy/management_endpoints/organization_endpoints.py b/litellm/proxy/management_endpoints/organization_endpoints.py index 43c19cff721..1c19c4ef313 100644 --- a/litellm/proxy/management_endpoints/organization_endpoints.py +++ b/litellm/proxy/management_endpoints/organization_endpoints.py @@ -723,9 +723,7 @@ async def info_organization(organization_id: str): "litellm_budget_table": True, "members": { "include": { - "user": { - "select": {"user_email": True}, - } + "user": True, } }, "teams": True,