employeeExperience resource type

Namespace: microsoft.graph

Represents a container that exposes navigation properties for employee experience resources.

Methods

Method Return type Description
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
learningProviders learningProvider collection A collection of learning providers.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.employeeExperience"
}