Examplary
  • Start for free

    Assign session to user

    Connect an anonymous exam session to an existing user account. Only allowed when the session is not connected to a user yet.

    PUT https://api.examplary.ai/exams/{id}/sessions/{sessionId}/user

    Path parameters

    idstringrequired
    sessionIdstringrequired

    Request body

    application/json
    userstring· pattern: ^user_.*required

    Requirements

    User roles

    This endpoint requires the teacher, admin, or owner role to be present.

    OAuth scopes

    This endpoint requires the exams:write scope to be present.