ContributionsMost RecentMost LikesSolutionsRe: API to make users Subscribe to a board Hey, According to this Article, https://developer.khoros.com/khoroscommunitydevdocs/docs/create-subscriptions-for-another-user You have take the token of the user you want to subscribe and make the API call like below to subscribe, Please refer to the example given in screenshot. PS: make sure to put li-api-session-key in Header Re: API to make users Subscribe to a board Hey adriana4u you can create subscription on the behalf of other users, please refer this link- https://developer.khoros.com/khoroscommunitydevdocs/docs/create-subscriptions-for-another-user Please give Kudos if it helps you Re: Online User Count is Completely Wrong Hello, can you please try to use rest call for this: <#assign online_user_count = rest('/users/online/count').value?number />