Show / Hide Table of Contents

PrintSettings.Read.All

Allows the application to read 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

Delegate Permission

Id 490f32fd-d90f-4dd7-a601-ff6cdc1a3f6c
Consent Type Admin
Display String Read tenant-wide print settings
Description Allows the application to read tenant-wide print settings on behalf of the signed-in user.

Application Permission

Id b5991872-94cf-4652-9765-29535087c6d8
Display String Read tenant-wide print settings
Description Allows the application to read tenant-wide print settings without a 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