Kick Student

Kick student from class

post
/v2/class/kick

Kick student from class

Authorizations
AuthorizationstringRequired
Body
classroomIdintegerOptional

id of classroom

userIdsinteger[]Optional

list of kicked students

Responses
200

Response

application/json
post
/v2/class/kick
POST /v2/class/kick HTTP/1.1
Host: services.alkamedia.id
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 31

{
  "classroomId": 1,
  "userIds": [
    1
  ]
}
200

Response

{
  "message": "success",
  "status": true
}

Last updated