Table of Contents

People.Read

Allows the app to read a ranked list of relevant people of the signed-in user. The list includes local contacts, contacts from social networking, your organization's directory, and people from recent communications (such as email and Skype).

Merill's Note

For an app to access data in Microsoft Graph, the user or administrator must grant it the permissions it needs. This article lists all the Microsoft Graph APIs and your tenant data that can be accessed by the application (vendor/developer) if you consent to the People.Read permission.

If you need to create an audit report of the permissions granted to all the apps in your tenant, you can run the Export-MsIdAppConsentGrantReport command. See How To: Run a quick OAuth app audit of your tenant

Category Application Delegated
Identifier - ba47897c-39ec-4d83-8086-ee8256fa737d
DisplayText - Read users' relevant people lists
Description - Allows the app to read a ranked list of relevant people of the signed-in user. The list includes local contacts, contacts from social networking, your organization's directory, and people from recent communications (such as email and Skype).
AdminConsentRequired Yes No

Graph Methods

Resources

Granting this permission allows the calling application to access (and/or update) the following information in your tenant.

Graph reference: person

Property Type Description
birthday String The person's birthday.
companyName String The name of the person's company.
department String The person's department.
displayName String The person's display name.
givenName String The person's given name.
id String The person's unique identifier. Read-only.
imAddress String The instant message voice over IP (VOIP) session initiation protocol (SIP) address for the user. Read-only.
isFavorite Boolean True if the user has flagged this person as a favorite.
jobTitle String The person's job title.
officeLocation String The location of the person's office.
personNotes String Free-form notes that the user has taken about this person.
personType personType The type of person.
phones phone collection The person's phone numbers.
postalAddresses location collection The person's addresses.
profession String The person's profession.
scoredEmailAddresses scoredEmailAddress collection The person's email addresses.
surname String The person's surname.
userPrincipalName String The user principal name (UPN) of the person. The UPN is an Internet-style login name for the person based on the Internet standard RFC 822. By convention, this should map to the person's email name. The general format is alias@domain.
websites website collection The person's websites.
yomiCompany String The phonetic Japanese name of the person's company.