Actions64
- Archive Item Actions
- Article Actions
- Assessment Actions
- Catalog Actions
- Catalog Question Actions
- Company Actions
- Course Actions
- Course Enrollment Actions
- Domain Actions
- Endpoint Actions
- Flexible Asset Actions
- Flexible Asset Type Actions
- Media Actions
- Service Actions
- Service Install Actions
- Token Actions
- User Actions
Overview
This node interacts with the Cloud Radial API to create course enrollments. It allows users to enroll a specified user into a specified course by providing the course ID and user ID. This is useful in scenarios where automated enrollment management is needed, such as onboarding new employees or managing training programs.
Use Case Examples
- Automatically enroll new employees into mandatory training courses upon hiring.
- Batch enroll multiple users into a course for a training session.
Properties
| Name | Meaning |
|---|---|
| Course ID | The ID of the course to enroll the user in. |
| User ID | The ID of the user to be enrolled in the course. |
| Request Options | Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout. |
Output
JSON
id- The unique identifier of the created course enrollment.courseId- The ID of the course for which the enrollment was created.userId- The ID of the user who was enrolled in the course.status- The status of the enrollment (e.g., active, pending).createdAt- Timestamp when the enrollment was created.
Dependencies
- Cloud Radial API
- API key credential for authentication
Troubleshooting
- Ensure that the provided Course ID and User ID are valid and exist in the Cloud Radial system.
- Check network connectivity and proxy settings if requests fail or time out.
- If SSL certificate validation errors occur, consider enabling the 'Ignore SSL Issues' option cautiously.
- Batching settings should be configured properly to avoid overwhelming the API or hitting rate limits.
Links
- Cloud Radial API Documentation - Official API documentation for Cloud Radial, useful for understanding endpoints and request formats.