WorkforceIntegration.ReadWrite.All
Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on behalf of the 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
WorkforceIntegration.ReadWrite.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 | 202bf709-e8e6-478e-bcfd-5d63c50b68e3 | 08c4b377-0d23-4a8b-be2a-23c1c1d88545 |
DisplayText | Read and write workforce integrations | Read and write workforce integrations |
Description | Allows the app to manage workforce integrations to synchronize data from Microsoft Teams Shifts, without a signed-in user. | Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, 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: workforceIntegration
Property | Type | Description |
---|---|---|
apiVersion | Int32 | API version for the call back URL. Start with 1. |
displayName | String | Name of the workforce integration. |
encryption | workforceIntegrationEncryption | The workforce integration encryption resource. |
isActive | Boolean | Indicates whether this workforce integration is currently active and available. |
supportedEntities | workforceIntegrationSupportedEntities | The Shifts entities supported for synchronous change notifications. Shifts will make a call back to the url provided on client changes on those entities added here. By default, no entities are supported for change notifications. Possible values are: none , shift , swapRequest , userShiftPreferences , openshift , openShiftRequest , offerShiftRequest , unknownFutureValue . |
url | String | Workforce Integration URL for callbacks from the Shifts service. |