Table of Contents

UserShiftPreferences.Read.All

Allows the app to read all users' shift schedule preferences without a signed-in user.

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 UserShiftPreferences.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 de023814-96df-4f53-9376-1e2891ef5a18 -
DisplayText Read all user shift preferences -
Description Allows the app to read all users' shift schedule preferences without a signed-in user. -
AdminConsentRequired - -

Graph Methods

Resources

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

Graph reference: shiftPreferences

Property Type Description
availability shiftAvailability collection Availability of the user to be scheduled for work and its recurrence pattern.
createdDateTime Edm.DateTimeOffset Timestamp corresponding to when the entity was created.
id Edm.String The identifier of the entity.
lastModifiedBy identitySet Identity of the person who last modified the entity.
lastModifiedDateTime Edm.DateTimeOffset Timestamp corresponding to when the entity was last modified.
@odata.etag Edm.String The change key for the entity.