Skip to main content
Question

Session unique Id code

  • February 14, 2025
  • 2 replies
  • 60 views

Forum|alt.badge.img+1

Hi

I am required to run reports on users who have unenrolled from an ILT session. 

There does not seem to be a report to include this as the session unique ID code (alphanumeric code) does not match the session ID code in the USERS - ILT SESSIONS report.  The session number ID (4 digits) is identified in the URL which is a timely way to find the data required.

How do others get around finding this information?

Thanks

2 replies

lrnlab
Hero III
Forum|alt.badge.img+10
  • Hero III
  • February 14, 2025

Why do you need that number when the Session unique ID is also auto-generated and unique to the session? What are you trying to match it to?


hailey.gebhart
Helper III

As long as you are okay with 90-day increments and parsing through some JSON, you can pull a “User Unenrolled from an ILT Session” audit trail report, you unfortunately have to filter through all the course data, but you can at least get the usernames, course names, course ids, and session ids. If you have Docebo Connect, you can automate this to parse the data how you need, and I would be happy to assist if you need additional assistance with that. You can also use the Docebo API to manually write a script.