App Logo
outlook.live.com

Outlook whoami (signed-in Microsoft account)

Report which Microsoft account this browser is signed in to Outlook.com with: the email address and display name. Being signed out is reported as a normal answer (loggedIn false), not an error, so it can be used to check a session before running other Outlook scripts.

Input

None

Output

evidence required
loggedIn required
name optional
email optional

FAQ

Report which Microsoft account this browser is signed in to Outlook.com with: the email address and display name. Being signed out is reported as a normal answer (loggedIn false), not an error, so it can be used to check a session before running other Outlook scripts.
Nothing. It takes no input.
It returns name, email, evidence, loggedIn.
Yes. It acts as you on outlook.live.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the outlook.live.com cookies saved by the Reduck extension.
It only reads. It looks things up on outlook.live.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/outlook.live.com/whoami, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/outlook.live.com/whoami
It is part of Reduck's official curated catalogue.

Start building not clicking