Loading...
Loading...
LightSpeed VT integration. Manage Organizations. Use when the user wants to interact with LightSpeed VT data.
npx skill4agent add membranedev/application-skills lightspeed-vtmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search lightspeed-vt --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| Check Username Availability | check-username-availability | Check if a username is available in the LightSpeed VT system. |
| Get User Completed Courses | get-user-completed-courses | Retrieve a list of courses that a specific user has completed. |
| Get User SSO URL | get-user-sso-url | Generate a Single Sign-On URL for a user to access the LightSpeed VT platform without entering credentials. |
| Assign Training | assign-training | Assign a training assignment to a user. |
| List Training Assignments | list-training-assignments | Retrieve a list of available training assignments in the system. |
| Get User Training Info | get-user-training-info | Retrieve training information for a specific user, including course progress and completion status. |
| Create Location | create-location | Create a new location in the LightSpeed VT system. |
| Get Location | get-location | Retrieve detailed information about a specific location by its Location ID. |
| List Locations | list-locations | Retrieve a list of locations available and active for your system(s). |
| Get Course | get-course | Retrieve detailed information about a specific course by its Course ID. |
| List Courses | list-courses | Retrieve a list of courses available and active for your system(s). |
| Update User | update-user | Update an existing user in the LightSpeed VT system. |
| Create User | create-user | Create a new user in the LightSpeed VT system. |
| Get User | get-user | Retrieve detailed information about a specific user by their User ID. |
| List Users | list-users | Retrieve a list of all users within the system(s) your API credentials give you access to. |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane action list --intent=QUERY