edubase_post_user_login
Generate secure login links for EduBase users with customizable redirects, expiry dates, and usage limits to provide controlled platform access.
Instructions
Generate login link. If a valid link with the same settings exists, it will be returned instead of creating a new one.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | user identification string | |
| redirect | No | redirect after a successful login (URI path or [{content_type}:{tag}]) | |
| expires | No | expiry in days (1-30) or YYYY-MM-DD (default: 1 day) | |
| logins | No | total count the link can be used to login users (default: 1) | |
| template | No | a template ID for the login link | |
| short | No | generate shortened (eduba.se) link (only if feature is enabled on EduBase) (default: false) |