| title | workbookEmailIdentity resource type |
|---|---|
| description | Represents an identity of an actor. |
| author | VictorZheng-qizheng |
| ms.localizationpriority | medium |
| ms.subservice | excel |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents an identity of an actor. For example, an actor can be a user who created, modified, or completed a task.
| Property | Type | Description |
|---|---|---|
| displayName | String | Display name of the user. |
| String | Email address of the user. | |
| id | String | The unique identifier of the user. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.workbookEmailIdentity",
"displayName": "String",
"email": "String",
"id": "String (identifier)"
}