ContributionsMost RecentMost LikesSolutionsRe: Replicate Me Too component, or any ID-required non-contract component to a custom component Hi AdamA Sorry to come back to you after such a long time. We have tested this new value and the good news is : it works ! The issue, now, is that I manage to add a metoo to a message programmatically, using a certain user of our test plateform. But I can find out how to reproduce this with other users. I tried to apply the same level of permissions the working user has to the others, even giving all permissions, but it seams to have no impact on the API metoo rating ability. This is what I get using both users (and a custom Ruby Lithium API Wrapper, but the result is the same in Javascript) : l = Lithium.new => #<Lithium:0x007ff1b3daf758 @data={"basic_auth_login"=>"***", "basic_auth_password"=>"***", "domain"=>"***.fr", "login"=>"SmartPereNoel", "password"=>"***"}, @session_key=nil> l.get_session_key => "***" l.request('/messages/id/1123/ratings/key/question_metoo/ratings/add?rating.value=0', :post) => {"status"=>"success"} l = Lithium.new => #<Lithium:0x007ff1b3f5fa30 @data={"basic_auth_login"=>"***", "basic_auth_password"=>"***", "domain"=>"***.fr", "login"=>"APIUser", "password"=>"***"}, @session_key=nil> l.get_session_key => "***" l.request('/messages/id/2657/ratings/key/question_metoo/ratings/add?rating.value=0', :post) Lithium::LithiumError: [303: Forbidden] Do you know of a special permission or setting to apply to users, so that they become able to add metto via APIs ? Thanks ! -- Stéphane Akkaoui