EngagementConversation.Migration.All
Allows the app to create Viva Engage conversations 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
EngagementConversation.Migration.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 | e1d2136d-eaaf-427a-a7db-f97dbe847c27 | - |
DisplayText | Read and write all Viva Engage conversations | - |
Description | Allows the app to create Viva Engage conversations without a signed-in user. | - |
AdminConsentRequired | - | - |
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: engagementAsyncOperation
Property | Type | Description |
---|---|---|
createdDateTime | DateTimeOffset | Date and time when the operation was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z . Inherited from longRunningOperation. |
id | String | The unique identifier for the operation. Inherited from longRunningOperation. |
lastActionDateTime | DateTimeOffset | Date and time when the async operation was last updated. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z . Inherited from longRunningOperation. |
operationType | engagementAsyncOperationType | The type of the long-running operation. The possible values are: createCommunity , unknownFutureValue . |
resourceId | String | The ID of the object created or modified as a result of this async operation. |
resourceLocation | String | The location of the object created or modified as a result of this async operation. Inherited from longRunningOperation. |
status | longRunningOperationStatus | The status of the operation. The possible values are: notStarted , running , succeeded , failed , skipped , unknownFutureValue . Inherited from longRunningOperation. |
statusDetail | String | Details about the status of the operation. Inherited from longRunningOperation. |