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