Skip to main content
Question

Can I restrict Forum access or questions based on session within an ILT course?

  • May 4, 2026
  • 2 replies
  • 5 views

I’m coordinating a course with three sessions occurring throughout this year.  The course relies on the Forum, asking participants to respond to questions before the start of each class in the session (works). 

As I’m approaching the second session, is there a way to limit the visibility of the responses in the first session?  

I’d like new learners to have a fresh slate and also want to preserve the comments/conversations from the first session. 

2 replies

lrnlab
Hero III
Forum|alt.badge.img+10
  • Hero III
  • May 4, 2026

Hi, I do not believe this is possible.

https://help.docebo.com/hc/en-us/articles/360020125679-Managing-the-course-layout-and-content#01H7YNAK359PKFPFX4JAQ8R6WC

You could achieve this with Channels using the Cohort feature but that would require the creation of groups to keep the conversations limited only to those users in each group.

https://help.docebo.com/hc/en-us/articles/360021595739-Managing-Cohorts


Moshe.Machlav
Helper III
Forum|alt.badge.img+1

Hi ​@gallajo8727 ,

Adding to the ​@lrnlab  excellent suggestion above: using Channels and Cohorts is definitely the best native way to isolate conversations. However, it introduces a new challenge: Admin overhead.

Because Channels are gated by Groups and not ILT Sessions, Docebo doesn't automatically move a learner into "Session 1's Group" just because they enrolled in Session 1. Doing this manually for every session quickly becomes a full-time job.

If you run these sessions frequently, the best approach is to automate this sync using Docebo Connect (or standard API webhooks).

When I architect ILT automation for organizations, we typically set up a flow that looks like this:

  1. A learner enrolls in the ILT Session.

  2. A webhook triggers Docebo Connect (or your middleware).

  3. The automation automatically makes an API call to add that specific user to the designated Group for that session's Cohort.

This gives you the best of both worlds: the learners get a perfectly isolated, "fresh slate" Channel for their cohort, and your admins don't have to manually update group rosters before every single class.

If you're interested in exploring the automation route, you can check out how Docebo Connect handles user management workflows and webhooks here: Webhooks – Docebo Help Center (Note: Docebo recently moved their deep technical API/Webhook documentation to their new Developer Portal, which you can access via that link).

Hope this gives you a clear path forward!