Printago API
GET /v1/classwork/students/eligible

List students eligible for classwork assignment

Requires: classwork.editor

Response Schema

Response
value
object[]

Example Response

200 OK — application/json
[
  {
    "userId": "string",
    "email": "string",
    "displayName": "string"
  }
]