LearnUpon
LearnUpon LMS operations for users, courses, enrollments, completion, and groups.
Tools
| Name | Description |
|---|---|
search_usersSearch LearnUpon users by email, username, ID, group, or portal filters. | Search LearnUpon users by email, username, ID, group, or portal filters. |
create_userCreate a LearnUpon user. | Create a LearnUpon user. |
update_userUpdate a LearnUpon user by numeric user ID. | Update a LearnUpon user by numeric user ID. |
delete_userDelete a LearnUpon user by numeric user ID. | Delete a LearnUpon user by numeric user ID. |
search_coursesSearch LearnUpon courses. | Search LearnUpon courses. |
enroll_userEnroll a LearnUpon user on a course. | Enroll a LearnUpon user on a course. |
search_enrollmentsSearch LearnUpon enrollments by user, course, status, or page. | Search LearnUpon enrollments by user, course, status, or page. |
update_enrollmentUpdate a LearnUpon enrollment. | Update a LearnUpon enrollment. |
delete_enrollmentDelete or unenroll a LearnUpon enrollment by ID. | Delete or unenroll a LearnUpon enrollment by ID. |
mark_enrollment_completeMark a LearnUpon enrollment complete. | Mark a LearnUpon enrollment complete. |
search_groupsSearch LearnUpon groups. | Search LearnUpon groups. |
create_groupCreate a LearnUpon group. | Create a LearnUpon group. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('learnupon', 'search_users', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'learnupon',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect LearnUpon to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does LearnUpon support?
LearnUpon supports 12 tools including Search Users, Create User, Update User, Delete User, Search Courses, and more.
Can I use LearnUpon with AI agents?
Yes. Add LearnUpon to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can LearnUpon be used in stateful agent workflows?
Yes. Agents can combine LearnUpon tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does LearnUpon use?
LearnUpon uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the LearnUpon integration cost?
The LearnUpon integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect LearnUpon in minutes
Get 20,000 free action executions every month. No credit card required.