| 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 |
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.
| Method | Return type | Description |
|---|---|---|
| List assigned roles | engagementRole collection | Get a list of all the roles assigned to a user in Viva Engage. |
| Property | Type | Description |
|---|---|---|
| id | String | The unique identifier for the employee experience user. Inherited from entity. |
| 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. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.employeeExperienceUser",
"id": "String (identifier)"
}