The Who's On Call page must be set to public in order to generate a link to share it with individuals outside the scope of an Enterprise Alert user. This page contains all the teams and those team members who have an on-call schedule set.
To enable public access you have to set “WhoIsOnCallPublicAccess” to “1” in table “KeyValueCollection”.
For filtering you can specify different query parameters exclusive or in combination: tenantIds, teamIds, tagIds, tags:
- Filter by Tenants:
https://demo.enterprisealert.com/eaportal/pages/OnCallOverview.aspx?tenantids=5
- Filter by Tags:
https://demo.enterprisealert.com/eaportal/pages/OnCallOverview.aspx?Tags=Team%20Nord
- Filter by Tenant & Tags:
https://demo.enterprisealert.com/eaportal/pages/OnCallOverview.aspx?tenantids=5&Tags=Team%20Nord
- Filter by Teams:
https://demo.enterprisealert.com/eaportal/pages/OnCallOverview.aspx?teamids=1,112,113