Returns the agendas accessible by the given user (users whose calendar is shared with them). Requires SITE_CALENDAR:READ.
Security
bearerAuth
- Mock serverhttps://api-doc.immo-facile.com/_mock/openapi/calendar/users/{userId}/shared-agenda
- https://v2.immo-facile.com/api/v2/sitehttps://v2.immo-facile.com/api/v2/site/calendar/users/{userId}/shared-agenda
curl -i -X GET \
'https://api-doc.immo-facile.com/_mock/openapi/calendar/users/{userId}/shared-agenda' \
-H 'Authorization: Bearer <YOUR_opaque_HERE>'Response
{ "data": [ { … } ] }