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

# Update global outreach CC email addresses

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

Updates the global CC email addresses for all outreach types for an organization

## 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`

Global CC email addresses updated successfully

- OutreachCcEmailAddressesResponse — Response containing global outreach CC email addresses
  - `ccEmails` string[] — List of global CC email addresses for all outreach types

## Other responses

- `400` — Invalid request data
- `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/3d27e9019c7b/schema)
