Skip to content

Latest commit

 

History

History
57 lines (48 loc) · 2.62 KB

File metadata and controls

57 lines (48 loc) · 2.62 KB
title engagementRoleMember resource type
description Represents the role of member management in Viva Engage, which involves assigning and managing various administrative roles and the corporate communications role within the Viva Engage platform.
author richafnu
ms.date 09/22/2025
ms.localizationpriority medium
ms.subservice viva-engage
doc_type resourcePageType

engagementRoleMember resource type

Namespace: microsoft.graph

Represents the role of member management in Viva Engage, which involves assigning and managing various administrative roles and the corporate communications role within the Viva Engage platform. Each role member links a predefined role to a specific user, and multiple users can be assigned to the same role.

Inherits from entity.

Methods

Method Return type Description
List engagementRoleMember collection Get a list of users with assigned roles in Viva Engage.
Create engagementRoleMember Create a new engagementRoleMember object that assigns a Viva Engage role to a user.
Delete None Delete a Viva Engage role from a user.

Properties

Property Type Description
createdDateTime DateTimeOffset The date and time when the role was assigned to the user. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
id String The unique identifier of the engagementRoleMember object. Read-only. Inherited from entity.
userId String The Microsoft Entra ID of the user who has the role assigned.

Relationships

Relationship Type Description
user user The user who has this role assigned.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.engagementRoleMember",
  "createdDateTime": "String (timestamp)",
  "id": "String (identifier)",
  "userId": "String"
}