Returns the users assigned to permanence slots over a period for an agency. Defaults to the current week when from/to are omitted. Requires SITE_CALENDAR:READ.
Security
bearerAuth
- Mock serverhttps://api-doc.immo-facile.com/_mock/openapi/calendar/permanences/timeframe/users
- https://v2.immo-facile.com/api/v2/sitehttps://v2.immo-facile.com/api/v2/site/calendar/permanences/timeframe/users
curl -i -X GET \
'https://api-doc.immo-facile.com/_mock/openapi/calendar/permanences/timeframe/users?agency_id=0&tz=Europe%2FParis&from=2026-01-01T00%3A00%3A00&to=2026-01-07T23%3A59%3A59' \
-H 'Authorization: Bearer <YOUR_opaque_HERE>'Response
{ "data": [ { … } ] }