Skip to content

Latest commit

 

History

History
55 lines (44 loc) · 1.87 KB

File metadata and controls

55 lines (44 loc) · 1.87 KB
title employeeExperienceUser resource type
description Represents a container that exposes navigation properties for the employee experience resources of a user.
author richafnu
ms.date 04/29/2025
ms.localizationpriority medium
ms.subservice viva-engage
doc_type resourcePageType

employeeExperienceUser resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a user's employee experience settings and features, including storyline functionality for following and engagement.

Inherits from entity.

Methods

Method Return type Description
List assigned roles engagementRole collection Get a list of all the roles assigned to a user in Viva Engage.

Properties

Property Type Description
id String The unique identifier for the employee experience user. Inherited from entity.

Relationships

Relationship Type Description
storyline storyline The user's storyline for following and engagement features.
assignedRoles engagementRole collection Represents the collection of Viva Engage roles assigned to a user.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.employeeExperienceUser",
  "id": "String (identifier)"
}