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
Defines the user to whom a desk is assigned. This mode is only supported for desk objects. All the assigned desk objects must be assigned to a user. Either property can be used to assign a desk to a user.
Inherits from placeMode.
Properties
| Property | Type | Description |
|---|---|---|
| assignedUserEmailAddress | String | The email address of the user to whom the desk is assigned. |
| assignedUserId | String | The user ID of the user to whom the desk is assigned. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.assignedPlaceMode",
"assignedUserEmailAddress": "String",
"assignedUserId": "String"
}