whoami
Retrieve the signed-in user's Microsoft profile and verify authentication is working.
Instructions
Return the signed-in user's profile.
Also a smoke test that authentication is working.
Args: include_raw: when True, include the raw Graph payload under "raw".
Returns: Trimmed user object: {id, display_name, user_principal_name, mail, job_title}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_raw | No |