action jellyfin_get_password_reset_providers { label: "Get all password reset providers." provider: jellyfin method: GET path: "/Auth/PasswordResetProviders" encoding: json output: { type: "array" items: { type: "object" properties: { Id: { type: "string" description: "Gets or sets the identifier." } Name: { type: "string" description: "Gets or sets the name." } } additionalProperties: false } } }