An ochre-pit sample app needs the signed-in geologist’s Microsoft 365 profile and photo. Which API should the developer call?
Select an answer to reveal the explanation.
Short Explanation
Need the geologist’s profile and photo from Microsoft 365? Call Microsoft Graph—that’s the supported front door, not a homemade LDAP client.
Full Explanation
Microsoft Graph is the official HTTP API for directory and Microsoft 365 data such as user profiles and photos. AZ-204 places Graph interaction under Domain 3 security and identity, not under messaging in Domain 5. Custom LDAP against domain controllers is outside the associate cloud-developer pattern for Entra-backed apps.