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 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"
}