module Enlight module Responses class GetUserByExternalId < Enlight::Responses::Response include Enlight::Responses::UserAttributable attr_accessor :roles attr_accessor :managed_organizations end end end