ContributionsMost RecentMost LikesSolutionsRe: Board subscription option Here it is. Do I need to replace the text restapi with restadminapi? $.post('/restapi/vc/boards/id/Careers/subscriptions/users/self/add?subscription.type=email,{},function(response,status) {}) Re: Board subscription option Also, we tested it with community APIs but running into permission issue. Do we need to set any permissions at back end. Re: Board subscription option VikasB My bad! It returns RenderQueueException:Render queue error in SetupRender[subscriptions/contributions/MessageActions:addmessageuseremailsubscription]: Failure reading parameter 'isVisible' of component subscriptions/contributions/MessageActions:addmessageuseremailsubscription$isvisible: No object of type lithium.web2.data.entity.PrimaryRenderContextEntity is available from the Environment. Re: Board subscription option Thanks VikasB for the prompt reply. I'll let you know if it works. Board subscription option We want people to really easily see the Subscribe option. Is there any way to take out the subscribe button outside the dropdown. Solved