diff --git a/apps/authentication/models/connection_token.py b/apps/authentication/models/connection_token.py index fa9fd64c6..5e344bed7 100644 --- a/apps/authentication/models/connection_token.py +++ b/apps/authentication/models/connection_token.py @@ -224,6 +224,7 @@ class ConnectionToken(JMSOrgBaseModel): 'su_from': account.su_from, 'org_id': account.org_id } + data['privileged'] = account.privileged return Account(**data) @lazyproperty