Skip to content

Latest commit

 

History

History
58 lines (44 loc) · 1.25 KB

File metadata and controls

58 lines (44 loc) · 1.25 KB
title shiftsUserInfo resource type
description Represents the details of a user in a schedule.
author shanemalone
ms.localizationpriority high
ms.subservice teams
doc_type resourcePageType
ms.date 07/25/2024

shiftsUserInfo resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the details of a user in a schedule.

Properties

Property Type Description
displayName string The display name for the user. Required.
userId string ID of the user.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "displayName": "String",
  "userId": "String"
}