---
title: "Post subscription to enterprise"
method: POST
path: "/enterprise/report/subscription/"
tags: ["esper_cloud_api_Daily and Custom Reports"]
---

# Post subscription to enterprise

`POST /enterprise/report/subscription/`

⚠️ Legacy feature. Android only.Daily and Custom Reports are a legacy feature, and report subscriptions are not part of the current reporting system. For current reporting needs, use the Reports API: GET /report/v0/report-types, POST /report/v0/reports, and GET /report/v0/reports/{report_id}.

Returns a paginated list of all report subscriptions configured for the enterprise.
Use this endpoint to inspect which email addresses are enrolled for legacy daily report delivery and the active/inactive state of each subscription record.

**About List Report Subscriptions**

This endpoint returns all legacy subscription records associated with the enterprise, each containing the recipient email list, subscription status, and timestamps. Subscriptions are not part of the current Reports API — this endpoint is relevant only for enterprises still operating on the legacy Daily and Custom Reports system. Results are paginated with count, next, previous, and results fields.

## Request body

- object
  - `email_ids` string[], required

## Response `201`

Successful Operation

- EsperCloudApiSubscription
  - `id` integer
  - `email_ids` string[]
  - `is_subscribed` boolean
  - `created_on` string, date-time
  - `updated_on` string, date-time

## Other responses

- `400` — Bad request
- `401` — Authorization information is missing or invalid.
- `403` — Forbidden, no permission to perform this action.
- `500` — Internal server error

---

[API](https://skmtc.net/esper/apis/esper-api-reference.md) · [All operations](https://skmtc.net/esper/apis/esper-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/esper/esper-api-reference/revisions/e1f64cbb488e/schema)
