Table of Contents

People.Read.All

Allows the app to read a scored list of relevant people of the signed-in user or other users in the signed-in user's organization. The list can include 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.All 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 b528084d-ad10-4598-8b93-929746b4d7d6 b89f9189-71a5-4e70-b041-9887f0bc7e4a
DisplayText Read all users' relevant people lists Read all users' relevant people lists
Description Allows the app to read any user's scored list of relevant people, without a signed-in user. The list can include local contacts, contacts from social networking, your organization's directory, and people from recent communications (such as email and Skype). Allows the app to read a scored list of relevant people of the signed-in user or other users in the signed-in user's organization. The list can include local contacts, contacts from social networking, your organization's directory, and people from recent communications (such as email and Skype).
AdminConsentRequired Yes Yes

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.