edubase_post_exam_autologin
Enable or reconfigure automatic login for an exam, optionally adding a shortlink. Returns the PIN and login link; use the delete endpoint to disable.
Instructions
Enable or reconfigure automatic login for an exam, optionally with a shortlink for the login link. Returns the configuration with the PIN code and login link, the same way as edubase_get_exam_autologin. Disable it with edubase_delete_exam_autologin.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| se | No | shortlink for the login URL, at least 3 characters long (with a + sign automatically prepended), send an empty value to remove the current shortlink, needs the shortlink feature to be enabled and cannot be used with secure (Safe Exam Browser) exams | |
| exam | Yes | exam identification string | |
| autoadd | No | generate new exam accounts automatically on demand, needs special privileges to set! | |
| autojoin | No | allow already registered users to join the exam automatically, needs special privileges to set! | |
| autojoin_limited | No | limit automatic joining to the users assigned to the exam, only used when autojoin is enabled, needs special privileges to set! (default: false) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pin | No | ||
| url | No | ||
| exam | Yes | ||
| autoadd | No | ||
| autojoin | No | ||
| autologin | Yes | ||
| results_url | No | ||
| autojoin_limited | No |