Returns the working time slots of a user for the current week, grouped by day. Requires SITE_CALENDAR:READ.
Security
bearerAuth
- Mock serverhttps://api-doc.immo-facile.com/_mock/openapi/calendar/users/{userId}/working-time
- https://v2.immo-facile.com/api/v2/sitehttps://v2.immo-facile.com/api/v2/site/calendar/users/{userId}/working-time
curl -i -X GET \
'https://api-doc.immo-facile.com/_mock/openapi/calendar/users/{userId}/working-time?tz=Europe%2FParis' \
-H 'Authorization: Bearer <YOUR_opaque_HERE>'Response
{ "data": { "MO": [ … ], "TU": [ … ], "WE": [ … ], "TH": [ … ], "FR": [ … ], "SA": [ … ], "SU": [ … ] } }