← Tools Reference

TalentLMS

TalentLMS integration (Productivity). Imported from open-connector.

API key12 toolshttps://{domain}{talentlms_api_path_prefix}
GET
talentlms_health_check
Check whether the configured TalentLMS API domain and API key can reach API v2.

/health

GET
talentlms_list_users
List TalentLMS users with optional API v2 pagination.

/users

2 parameters
ParamTypeRequiredDescription
pageNumberintegeroptionalThe TalentLMS page number to request.
pageSizeintegeroptionalThe TalentLMS page size to request. TalentLMS supports up to 100.
GET
talentlms_get_user
Get a TalentLMS user by ID.

/users/{userId}

1 parameter
ParamTypeRequiredDescription
userIdintegerrequiredThe TalentLMS user ID.
DELETE
talentlms_delete_user
Delete a TalentLMS user by ID.

/users/{userId}

1 parameter
ParamTypeRequiredDescription
userIdintegerrequiredThe TalentLMS user ID.
GET
talentlms_list_courses
List TalentLMS courses with optional API v2 pagination.

/courses

2 parameters
ParamTypeRequiredDescription
pageNumberintegeroptionalThe TalentLMS page number to request.
pageSizeintegeroptionalThe TalentLMS page size to request. TalentLMS supports up to 100.
GET
talentlms_get_course
Get a TalentLMS course by ID.

/courses/{courseId}

1 parameter
ParamTypeRequiredDescription
courseIdintegerrequiredThe TalentLMS course ID.
GET
talentlms_list_groups
List TalentLMS groups with optional API v2 pagination.

/groups

2 parameters
ParamTypeRequiredDescription
pageNumberintegeroptionalThe TalentLMS page number to request.
pageSizeintegeroptionalThe TalentLMS page size to request. TalentLMS supports up to 100.
GET
talentlms_get_group
Get a TalentLMS group by ID.

/groups/{groupId}

1 parameter
ParamTypeRequiredDescription
groupIdintegerrequiredThe TalentLMS group ID.
GET
talentlms_list_branches
List TalentLMS branches with optional API v2 pagination.

/branches

2 parameters
ParamTypeRequiredDescription
pageNumberintegeroptionalThe TalentLMS page number to request.
pageSizeintegeroptionalThe TalentLMS page size to request. TalentLMS supports up to 100.
GET
talentlms_get_branch
Get a TalentLMS branch by ID.

/branches/{branchId}

1 parameter
ParamTypeRequiredDescription
branchIdintegerrequiredThe TalentLMS branch ID.
GET
talentlms_list_categories
List TalentLMS categories with optional API v2 pagination.

/categories

2 parameters
ParamTypeRequiredDescription
pageNumberintegeroptionalThe TalentLMS page number to request.
pageSizeintegeroptionalThe TalentLMS page size to request. TalentLMS supports up to 100.
GET
talentlms_get_category
Get a TalentLMS category by ID.

/categories/{categoryId}

1 parameter
ParamTypeRequiredDescription
categoryIdintegerrequiredThe TalentLMS category ID.