diff --git a/app/models/provider.rb b/app/models/provider.rb index 569d78d30..6cc24ed1c 100644 --- a/app/models/provider.rb +++ b/app/models/provider.rb @@ -823,6 +823,7 @@ def user_url def to_jsonapi attributes = { "symbol" => symbol, + "salesforce_id" => salesforce_id, "parent_organization" => consortium_id.present? ? consortium_id.upcase : nil, "name" => name, "website" => website,