Show / Hide Table of Contents

PrintSettings.ReadWrite.All

Allows the application to read and write tenant-wide print settings on behalf of the signed-in user.

Graph Methods

Type: A = Application Permission, D = Delegate Permission

Ver Type Method
V1 D GET /print/services
V1 D GET /print/services/{id}
V1 D GET /print/services/{id}/endpoints
V1 D GET /print/services/{id}/endpoints/{name}
V1 D GET /print/services/{printServiceId}
V1 D GET /print/services/{printServiceId}/endpoints
V1 D GET /print/services/{printServiceId}/endpoints/{printServiceEndpointId}
V1 D GET /print/settings
V1 D PATCH /print/settings

Delegate Permission

Id 9ccc526a-c51c-4e5c-a1fd-74726ef50b8f
Consent Type Admin
Display String Read and write tenant-wide print settings
Description Allows the application to read and write tenant-wide print settings on behalf of the signed-in user.

Resources

printService

Property Type Description
id String The service's identifier. Read-only.

printServiceEndpoint

Property Type Description
displayName String A human-readable display name for the endpoint.
id String A unique name that identifies the service that the endpoint provides. Possible values are: discovery (Discovery Service), notification (Notification Service), ipp (IPP Service), and registration (Registration Service). Read-only.
uri String The URI that can be used to access the service.

printSettings

Property Type Description
documentConversionEnabled Boolean Specifies whether document conversion is enabled for the tenant. If document conversion is enabled, Universal Print service will automatically convert documents into a format compatible with the printer (xps to pdf) when needed.
In This Article
Back to top Created by merill | Submit feedback