Invite Student
Invite student to class
Authorizations
AuthorizationstringRequired
Body
codestringOptional
code of class
emailsstring[]Optional
list student emails
Responses
200
Response
application/json
post
/v1/class/invitePOST /v1/class/invite HTTP/1.1
Host: services.alkamedia.id
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 33
{
"code": "text",
"emails": [
"text"
]
}200
Response
{
"message": "success",
"status": true
}Last updated