Skip to content

Latest commit

 

History

History
108 lines (78 loc) · 3.48 KB

File metadata and controls

108 lines (78 loc) · 3.48 KB
title workingTimeSchedule: startWorkingTime
description Trigger the policies associated with the start of working hours for a specific user.
author chmahaj
ms.localizationpriority medium
ms.subservice teams
doc_type apiPageType
ms.date 09/25/2024

workingTimeSchedule: startWorkingTime

Namespace: microsoft.graph

Trigger the policies associated with the start of working hours for a specific user.

[!INCLUDE national-cloud-support]

Permissions

Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions only if your app requires it. For details about delegated and application permissions, see Permission types. To learn more about these permissions, see the permissions reference.

[!INCLUDE permissions-table]

HTTP request

POST /users/{userId}/solutions/workingTimeSchedule/startWorkingTime

Path parameters

Parameter Type Description
userId String ID of the user whose working hours started.

Request headers

Name Description
Authorization Bearer {token}. Required. Learn more about authentication and authorization.

Request body

Don't supply a request body for this method.

Response

If successful, this action returns a 202 Accepted response code.

Examples

Request

The following example shows a request.

POST https://graph.microsoft.com/v1.0/users/ccdf8279-8a3f-4c10-af1a-4a7f46b1489f/solutions/workingTimeSchedule/startWorkingTime

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]


Response

The following example shows the response.

HTTP/1.1 202 Accepted