---
title: "Export on-call responders"
method: GET
path: "/api/{cloudId}/v1/schedules/on-calls/{userIdentifier}.ics"
tags: ["Schedule on-calls"]
---

# Export on-call responders

`GET /api/{cloudId}/v1/schedules/on-calls/{userIdentifier}.ics`

Exports the on-call periods in the calendar (.ics) format for the user with given id in the request.
 
 **Permissions required:** Permission to export to the user on-calls: 
 - the user exports the on-call calendar for themselves. 
 - the user exports the on-call calendar for another user, and the requesting user is the admin. 
 - the user exports the on-call calendar for another user, and the requesting user is the team admin in one of the teams of the requested user.

## Path parameters

- `userIdentifier` string, required

## Response `200`

Returned if the request is successful.

## Other responses

- `401` — Returned if the authentication credentials are incorrect.
- `403` — Returned if the requesting user does not have permission to export the on-calls calendar for the requested user.
- `404` — Returned if the schedule or the requested user is not found.

---

[API](https://skmtc.net/atlassian/apis/jsm-operations-api.md) · [All operations](https://skmtc.net/atlassian/apis/jsm-operations-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/jsm-operations-api/versions/ed65f017bcb8/schema)
