diff --git a/litellm/proxy/management_endpoints/internal_user_endpoints.py b/litellm/proxy/management_endpoints/internal_user_endpoints.py index c0d0186c67..bbdd8c8133 100644 --- a/litellm/proxy/management_endpoints/internal_user_endpoints.py +++ b/litellm/proxy/management_endpoints/internal_user_endpoints.py @@ -239,7 +239,7 @@ async def new_user( else: raise e - special_keys = ["token"] + special_keys = ["token", "token_id"] response_dict = {} for key, value in response.items(): if key in NewUserResponse.model_fields.keys() and key not in special_keys: