---
title: "Update provider portal settings"
method: PUT
path: "/organizations/{organizationId}/outreach-settings/provider-portal"
tags: ["Organization Outreach Settings Resource"]
---

# Update provider portal settings

`PUT /organizations/{organizationId}/outreach-settings/provider-portal`

Updates the organization-wide provider outreach portal settings. When disabled, outreach emails stop including portal submission links and previously issued portal links stop resolving.

## Path parameters

- `organizationId` string, required

## Headers

- `tenant-id` string, required

## Request body

- ProviderPortalSettingsDto — Provider outreach portal settings for an organization
  - `enabled` boolean, required — Whether outreach emails include a provider portal submission link. Defaults to false when the organization has never saved this setting.

## Response `200`

Provider portal settings updated successfully

- ProviderPortalSettingsDto — Provider outreach portal settings for an organization
  - `enabled` boolean, required — Whether outreach emails include a provider portal submission link. Defaults to false when the organization has never saved this setting.

## 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/563848e0ecc0/schema)
