diff --git a/app/representers/api/v1/user_representer.rb b/app/representers/api/v1/user_representer.rb index 08c591264..097a67db5 100644 --- a/app/representers/api/v1/user_representer.rb +++ b/app/representers/api/v1/user_representer.rb @@ -169,6 +169,14 @@ class UserRepresenter < Roar::Decorator description: 'Whether the user is part of a Key Institutional Partner school' } + property :is_administrator, + type: :boolean, + readable: true, + writeable: false, + schema_info: { + description: 'Whether the user is an Accounts admin' + } + property :grant_tutor_access, type: :boolean, readable: true,