seerr_auth
Authenticate with Seerr using Plex, Jellyfin, or local credentials, manage Quick Connect sessions, retrieve current user, sign out, and reset passwords.
Instructions
seerr auth operations on Seerr. Pass operation and an arguments dict matching that operation's parameters.
seerr_authenticate_jellyfin_quickconnect(body={}) — Authenticate with Quick Connect WRITE: this modifies your Seerr instance.
seerr_check_jellyfin_quickconnect(secret) — Check Quick Connect authorization status
seerr_get_me() — Get logged-in user
seerr_initiate_jellyfin_quickconnect() — Initiate Jellyfin Quick Connect WRITE: this modifies your Seerr instance.
seerr_login_jellyfin(body={}) — Sign in using a Jellyfin username and password WRITE: this modifies your Seerr instance.
seerr_login_local(body={}) — Sign in using a local account WRITE: this modifies your Seerr instance.
seerr_login_plex(body={}) — Sign in using a Plex token WRITE: this modifies your Seerr instance.
seerr_logout() — Sign out and clear session cookie WRITE: this modifies your Seerr instance.
seerr_request_password_reset(body={}) — Send a reset password email WRITE: this modifies your Seerr instance.
seerr_reset_password(guid, body={}) — Reset the password for a user WRITE: this modifies your Seerr instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No | ||
| operation | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |