EngagementMeetingConversation.Read.All
Allows the app to read Viva Engage Teams QA conversations, and to read their properties 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
EngagementMeetingConversation.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 | d746beae-b46e-446e-924a-5b805a5c4467 | 58c5819e-29bd-4400-ad52-82cd82a63fbd |
DisplayText | Read all Viva Engage Teams QA conversations | Read all Viva Engage Teams QA conversations |
Description | Allows the app to list Viva Engage Teams QA conversations, and to read their properties without a signed-in user. | Allows the app to read Viva Engage Teams QA conversations, and to read their properties 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: engagementConversationMessage
Property | Type | Description |
---|---|---|
body | itemBody | The main content of the message. |
createdDateTime | DateTimeOffset | The date and time when the message 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 . |
creationMode | engagementCreationMode | Indicates how the message was created. The possible values are: none , migration , unknownFutureValue . |
from | engagementIdentitySet | Identity of the sender of the message. |
id | String | Unique ID of a Viva Engage conversation message. Inherited from entity. |
lastModifiedDateTime | DateTimeOffset | The date and time when message was last modified. 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 . |
replyToId | String | The ID of the parent message to which this message is a reply, if applicable. |