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
Important
APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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)"
}