An umber-dye vat overnight worker lists every shop user at 02:00 with no human signed in. Which Microsoft Graph approach fits?
Select an answer to reveal the explanation.
Short Explanation
No human on the night shift means /me is a dead end. App-only (application) permissions plus admin consent let the daemon call Graph as itself—Managed Identity or a client credential can supply the token when the host is Azure.
Full Explanation
Daemon and scheduled workloads that call Microsoft Graph without an interactive user require application permissions and typically admin consent. Endpoints such as /me depend on a signed-in user and do not fit unattended jobs. Publishing directory data publicly bypasses Graph authorization and is not an AZ-204 Graph pattern.