Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.05 KB

File metadata and controls

46 lines (36 loc) · 1.05 KB
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

userSolutionRoot resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a user's custom solution entity.

Properties

Property Type Description
id String A unique programmatic identifier for the entity. Read-only.

Relationships

Relationship Type Description
workingTimeSchedule workingTimeSchedule The working time schedule entity associated with the solution.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.userSolutionRoot",
  "id": "String (identifier)"
}