v1

latestOpenAPI 3.1.02026-08-067019120.8 KB
Sessions

Obtain a temporary auto-login URL

Returns a temporary URL that logs a user in without requiring them to enter their credentials. The URL expires after expire seconds (default 15). Requires admin or the log_user_in permission.

post/api/login_url

Request body

usernamestring email required
passwordstring required
istring

Interview filename to redirect to after login.

sessionstring

Session ID (when i is also provided).

resume_existing0 | 1

Set to 1 to resume an existing session for the interview.

expireinteger

Seconds until the URL expires (default 15).

url_argsobject

Additional URL arguments included in the destination URL.

nextstring

Alternative destination path (e.g. "playground", "config") or full URL.

Response

Temporary login URL.

string required