Connect your own TalentLMS portal by subdomain + API key -- manage users, courses, categories, groups, branches and enrollments, plus training overview and inactive-learner reports.
What this app can do
26 tools registered
Connect TalentlmsFree
Connect a TalentLMS portal by saving its subdomain plus API key (Account & Settings > Integrations > API), after verifying them live against the V2 users endpoint.
List ConnectionsFree
List the connected TalentLMS portals โ label, subdomain and masked API key; the key itself is never shown.
Disconnect TalentlmsFree
Disconnect a TalentLMS portal: deletes the saved subdomain/API key. Nothing in TalentLMS itself is changed.
List Users8 tok
List users in the connected TalentLMS portal, with limit/offset pagination and an optional name/email filter.
Get User8 tok
Read one TalentLMS user in full by id.
Create User16 tok
Create a new TalentLMS user with email, name, login and an initial password.
Update User16 tok
Update selected fields of an existing TalentLMS user (PATCH). Only the fields in fields_json change.
Delete User24 tok
Permanently delete a TalentLMS user by id. Cannot be undone.
List Courses8 tok
List courses in the connected TalentLMS portal, with limit/offset pagination.
Get Course8 tok
Read one TalentLMS course in full by id (including its content structure where the API exposes it).
Create Course16 tok
Create a new TalentLMS course with a name, optional description and optional category.
List Categories8 tok
List course categories configured in the connected TalentLMS portal.
Create Category16 tok
Create a new course category in the connected TalentLMS portal, optionally nested under a parent.
List Groups8 tok
List groups in the connected TalentLMS portal, with limit/offset pagination.
Get Group8 tok
Read one TalentLMS group in full by id.
Create Group16 tok
Create a new TalentLMS group by name (with an optional description).
Add User To Group16 tok
Add an existing user to an existing TalentLMS group.
List Branches8 tok
List branches in the connected TalentLMS portal, with limit/offset pagination.
Get Branch8 tok
Read one TalentLMS branch in full by id.
Create Branch16 tok
Create a new TalentLMS branch by name.
List Branch Users8 tok
List the users belonging to one TalentLMS branch.
Enroll User In Course16 tok
Enroll an existing TalentLMS user into an existing course.
List User Courses8 tok
List the courses a TalentLMS user is enrolled in, with their progress/completion state.
Get User Progress8 tok
Read one user's completion/progress detail for one specific course.
Get Training Overview Report40 tok
Value-add report: one-glance TalentLMS training snapshot -- users, courses, groups, branches and categories counts plus enrollment/completion aggregates, in a single call.
Get Inactive Learners Report40 tok
Value-add report: scan users and flag every learner whose last-activity timestamp is older than the given number of days (default 30) -- the re-engagement list.