| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents the details of a user in a schedule.
| Property | Type | Description |
|---|---|---|
| displayName | string |
The display name for the user. Required. |
| userId | string |
ID of the user. |
None.
The following JSON representation shows the resource type.
{
"displayName": "String",
"userId": "String"
}