---
title: "Retrieve global outreach CC email addresses"
method: GET
path: "/organizations/{organizationId}/outreach-settings/cc-emails"
tags: ["Organization Outreach Settings Resource"]
---

# Retrieve global outreach CC email addresses

`GET /organizations/{organizationId}/outreach-settings/cc-emails`

Returns the CC email addresses configured globally for the organization, meant to apply across all outreach types (as opposed to the template-specific `ccEmails` on an individual type's template). As currently implemented this endpoint is a stub: the backing service does not read from any store, so the response's `ccEmails` field is always null here regardless of what was previously submitted via PUT to this same path. Requires the `TENANT_SETTINGS_OUTREACH_READ` permission.

## Path parameters

- `organizationId` string, required

## Headers

- `tenant-id` string, required

## Response `200`

An OutreachCcEmailAddressesResponse. In the current implementation `ccEmails` is always null; see the operation description.

- OutreachCcEmailAddressesResponse — Response containing global outreach CC email addresses
  - `ccEmails` string[], nullable — List of global CC email addresses for all outreach types. Null in the current implementation, which does not persist or read this value; see the operation description on GET/PUT .../outreach-settings/cc-emails.

## Other responses

- `400` — The tenant-id header is missing or blank.
- `401` — Unauthorized - Authentication required
- `403` — Forbidden - User does not have required permissions
- `404` — Organization not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/certifyos/apis/certify-api-layer.md) · [All operations](https://skmtc.net/certifyos/apis/certify-api-layer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/certifyos/certify-api-layer/revisions/563848e0ecc0/schema)
