This request will register a student into a class.
Request URL
GET https://use.cloudshare.com/Api/v2/Admin/RegisterStudent?classId=<classId>&email=<email>&firstName=<firstName>&lastName=<lastName>&token=<token>×tamp=<time>&UserApiId=<id>&HMAC=<signature>
Parameters
| classId | The id of the class to register the student into |
| Student’s email | |
| firstName | Student’s first name |
| lastName | Student’s last name |
Response example
{
"data": {
"message": "Student was created successfully"
},
"remaining__calls": 99992,
"status_additional_data": null,
"status_code": "0x20000",
"status_text": "Success"
}