# geni browser report-login

> Record whether one of a saved browser's listed logins still works.

Source: https://docs.generalinput.com/cli/browser/report-login



```sh
geni browser report-login <domain> <active|logged_out> [flags]
```

Marks a listed login on a saved browser. `logged_out` prompts the owner to reconnect the site; `active` confirms it works. Only domains already listed on the browser (see [`geni browser profiles`](/cli/browser/profiles)) can be reported.

Report `logged_out` only when a restricted page or action actually bounced to a sign-in form. A homepage that shows a Sign in button is not evidence.

| Arg / Flag       | Notes                                       |
| ---------------- | ------------------------------------------- |
| `<domain>`       | The login domain as listed: `linkedin.com`. |
| `<status>`       | `active` or `logged_out`.                   |
| `--profile <id>` | The saved browser. Defaults to your own.    |
| `--json`         | Machine-readable output.                    |

## Output [#output]

```
✓ Recorded linkedin.com as logged_out
Reconnect it with `geni browser request-login linkedin.com` (own browser only; a shared browser needs its owner to reconnect).
```

## Errors [#errors]

| Exit | Meaning                                                                      |
| ---- | ---------------------------------------------------------------------------- |
| `2`  | The domain is not a bare domain, or the status is not one of the two values. |
| `4`  | Unknown browser, or no saved login for that domain on it.                    |
