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

# Set global outreach CC email addresses

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

Accepts a new list of CC email addresses to apply globally, across all outreach types, for the organization. As currently implemented this endpoint is a no-op: the backing service accepts the request body but does not persist it anywhere, so a subsequent GET to this same path will not reflect the values submitted here. The response body echoes back the submitted list, which can be misleading given the lack of persistence. Every entry in `ccEmails` must be a non-blank string, or the request fails with 400. Requires the `TENANT_SETTINGS_OUTREACH_UPDATE` permission.

## Path parameters

- `organizationId` string, required

## Headers

- `tenant-id` string, required

## Request body

- OutreachCcEmailAddressesRequest — Request to update global outreach CC email addresses
  - `ccEmails` string[] — List of global CC email addresses for all outreach types

## Response `200`

An OutreachCcEmailAddressesResponse that echoes the `ccEmails` submitted in the request body. Nothing is persisted in the current implementation; 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 request body is missing, or one or more entries in `ccEmails` is blank, or 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)
