| title | Get workingTimeSchedule |
|---|---|
| description | Read the properties and relationships of a workingTimeSchedule object. |
| author | galalalym |
| ms.localizationpriority | medium |
| ms.subservice | teams |
| doc_type | apiPageType |
| ms.date | 09/13/2024 |
Namespace: microsoft.graph
Read the properties and relationships of a workingTimeSchedule object.
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]
GET /users/{usersId}/solutions/scheduleThis method doesn't support OData query parameters to customize the response.
| Name | Description |
|---|---|
| Authorization | Bearer {token}. Required. Learn more about authentication and authorization. |
Don't supply a request body for this method.
If successful, this method returns a 200 OK response code and a workingTimeSchedule object in the response body.
The following example shows a request.
GET https://graph.microsoft.com/v1.0/users/ccdf8279-8a3f-4c10-af1a-4a7f46b1489f/solutions/scheduleThe following example shows the response.
Note: The response object shown here might be shortened for readability.
HTTP/1.1 200 OK
Content-Type: application/json
{
"value": {
"@odata.type": "#microsoft.teams.workingTime.workingTimeSchedule",
"id": "da5f72af-450e-56fc-10d7-afc9acb40cc0"
}
}