Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Represents a container that exposes navigation properties for employee experience resources.
Methods
Method | Return type | Description |
---|---|---|
List communities | community collection | Get a list of the Viva Engage community objects and their properties. |
Create community | community | Create a new community in Viva Engage. |
List learningProviders | learningProvider collection | Get a list of the learningProvider resources registered in Viva Learning for a tenant. |
Create learningProvider | learningProvider | Create a new learningProvider object and register it with Viva Learning using the specified display name and logos for different themes. |
Properties
None.
Relationships
Relationship | Type | Description |
---|---|---|
communities | community collection | A collection of communities in Viva Engage. |
engagementAsyncOperations | engagementAsyncOperation collection | A collection of long-running, asynchronous operations related to Viva Engage. |
learningProviders | learningProvider collection | A collection of learning providers. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.employeeExperience"
}