Table of Contents

PrintJob.Read.All

Allows the application to read the metadata and document content of print jobs on behalf of the signed-in user.

In this to PrintJob.Read.All, the app requires at least the Printer.Read.All (or a more prviliged permission) because print jobs are stored within printers.

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 PrintJob.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 ac6f956c-edea-44e4-bd06-64b1b4b9aec9 afdd6933-a0d8-40f7-bd1a-b5d778e8624b
DisplayText Read print jobs Read print jobs
Description Allows the application to read the metadata and document content of print jobs without a signed-in user. Allows the application to read the metadata and document content of print jobs on behalf of the signed-in user.
AdminConsentRequired Yes Yes

Graph Methods

API supports delegated access (access on behalf of a user)
API supports app-only access (access without a user)

Methods

Resources

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

Graph reference: printDocument

Property Type Description
contentType String The document's content (MIME) type. Read-only.
displayName String The document's name. Read-only.
id String The document's identifier. Read-only.
size Int64 The document's size in bytes. Read-only.