| title | userSolutionRoot resource type |
|---|---|
| description | Represents a user's custom userSolutionRoot entity. |
| author | galalalym |
| ms.localizationpriority | medium |
| ms.subservice | teams |
| doc_type | resourcePageType |
| ms.date | 08/14/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents a user's custom solution entity.
| Property | Type | Description |
|---|---|---|
| id | String | A unique programmatic identifier for the entity. Read-only. |
| Relationship | Type | Description |
|---|---|---|
| workingTimeSchedule | workingTimeSchedule | The working time schedule entity associated with the solution. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.userSolutionRoot",
"id": "String (identifier)"
}