Loading...
Loading...
Compare original and translation side by side
membranenpm install -g @membranehq/climembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane login --tenantmembrane login complete <code>membrane search lightspeed-vt --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search lightspeed-vt --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --jsonmembrane 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. |
| 名称 | 标识 | 描述 |
|---|---|---|
| 检查用户名可用性 | check-username-availability | 检查LightSpeed VT系统中某个用户名是否可用。 |
| 获取用户已完成课程 | get-user-completed-courses | 检索特定用户已完成的课程列表。 |
| 获取用户SSO链接 | get-user-sso-url | 生成用户无需输入凭证即可访问LightSpeed VT平台的单点登录(SSO)链接。 |
| 分配培训任务 | assign-training | 为用户分配一项培训任务。 |
| 列出培训任务 | list-training-assignments | 检索系统中可用的培训任务列表。 |
| 获取用户培训信息 | get-user-training-info | 检索特定用户的培训信息,包括课程进度和完成状态。 |
| 创建地点 | create-location | 在LightSpeed VT系统中创建一个新地点。 |
| 获取地点信息 | get-location | 通过地点ID检索特定地点的详细信息。 |
| 列出地点 | list-locations | 检索系统中可用且活跃的地点列表。 |
| 获取课程信息 | get-course | 通过课程ID检索特定课程的详细信息。 |
| 列出课程 | list-courses | 检索系统中可用且活跃的课程列表。 |
| 更新用户信息 | update-user | 在LightSpeed VT系统中更新现有用户的信息。 |
| 创建用户 | create-user | 在LightSpeed VT系统中创建一个新用户。 |
| 获取用户信息 | get-user | 通过用户ID检索特定用户的详细信息。 |
| 列出用户 | list-users | 检索你的API凭证可访问的系统内所有用户的列表。 |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"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 request CONNECTION_ID /path/to/endpoint| 标志 | 描述 |
|---|---|
| HTTP方法(GET、POST、PUT、PATCH、DELETE)。默认为GET |
| 添加请求头(可重复使用),例如 |
| 请求体(字符串) |
| 发送JSON体并设置 |
| 按原样发送请求体,不进行任何处理 |
| 查询字符串参数(可重复使用),例如 |
| 路径参数(可重复使用),例如 |
membrane action list --intent=QUERYmembrane action list --intent=QUERY