---
title: "Update charity NPO Profile opt-in"
method: PUT
path: "/organizations/{organization_id}/gfm-npo-page/npo-profile-opt-in"
tags: ["GFM NPO Page"]
---

# Update charity NPO Profile opt-in

`PUT /organizations/{organization_id}/gfm-npo-page/npo-profile-opt-in`

Sets whether the charity has opted into the redesigned NPO profile experience.

## Path parameters

- `organization_id` integer, required

## Request body

- object
  - `npoProfileOptIn` boolean, required — Whether to opt into the redesigned NPO profile experience

## Response `200`

Opt-in setting updated

- object
  - `success` boolean
  - `data` object
    - `updateCharityNpoProfileOptIn` object
      - `success` boolean

## Other responses

- `400` — Missing consumer charity mapping or GraphQL errors
- `403` — Forbidden
- `404` — Organization not found
- `422` — Validation failed
- `500` — Internal server error

---

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