Cloud Radial icon

Cloud Radial

Interact with Cloud Radial API

Actions64

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

  1. Automatically enroll new employees into mandatory training courses upon hiring.
  2. 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

Discussion