Question:
Write a query that get fields displayName
, givenName
, postalCode
, identities
from the profile of user with id 87d349ed-44d7-43e1-9a83-5f2406dee5bd
(v1.0
)
Answer:
Using $select
GET https://graph.microsoft.com/v1.0/users/87d349ed-44d7-43e1-9a83-5f2406dee5bd?$select=displayName,givenName,postalCode,identities