Method: EdmentumClient::V20ExactPathApi#classes_controller_enroll_learner_in_class

Defined in:
lib/edmentum_client/api/v20_exact_path_api.rb

#classes_controller_enroll_learner_in_class(class_id, learner_id, opts = {}) ⇒ String

Enroll learner into Exact Path Class

Parameters:

  • class_id

    The id of the class to add the learner.

  • learner_id

    The user ID of the learner to enroll in the class.

  • opts (Hash) (defaults to: {})

    the optional parameters

Returns:

  • (String)


129
130
131
132
# File 'lib/edmentum_client/api/v20_exact_path_api.rb', line 129

def classes_controller_enroll_learner_in_class(class_id, learner_id, opts = {})
  data, _status_code, _headers = classes_controller_enroll_learner_in_class_with_http_info(class_id, learner_id, opts)
  data
end