Skip to main content
POST
/
method
/
education.education.api.get_student_group_students
Obtener Estudiantes del Grupo
curl --request POST \
  --url https://cucuniversity.edtools.co/api/method/education.education.api.get_student_group_students \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "student_group": "CS-2025-A",
  "include_inactive": 0
}
'

Authorizations

Authorization
string
header
required

Body

application/json

student_group
string
required
include_inactive
integer<int32>
required

Response

200

Respuesta exitosa del servidor.