---
title: "updateFundraisingTeamPolicy"
method: PUT
path: "/fundraising-team-policies/{fundraising_team_policy}"
tags: ["Fundraising Team Policy"]
---

# updateFundraisingTeamPolicy

`PUT /fundraising-team-policies/{fundraising_team_policy}`

Update specified Fundraising Team Policy

## Path parameters

- `fundraising_team_policy` integer, required

## Request body

- FundraisingTeamPolicyFillable
  - `allow_subteams` boolean — Indicates whether SubTeams are allowed under this Team
  - `allow_fundraising_pages` boolean — Indicates whether Fundraising Pages are allowed under this Team
  - `allow_transactions` boolean — Indicates whether Transactions are allowed under this Team
  - `allow_cross_campaign_fundraisers` boolean — Indicates whether Fundraisers from other Campaigns are allowed to join this Team
  - `allocation_method` 'manual' | 'automatic-even-split' — Allocation method for this Team
  - `min_members` integer — Minimum Members required before the Team is considered active
  - `max_members` integer — Maximum Members allowed for this Team
  - `fundraiser_registration_policy` 'public' | 'private-confirmation-required' | 'private-invite-only' | 'private-password' | 'admin-only' — Fundraiser and Sub-team Registration Policy for this Team

## Response `200`

Success

- FundraisingTeamPolicy
  - `id` integer — Primary identifier of record
  - `organization_id` integer — Primary identifier of associated Organization
  - `allow_subteams` boolean — Indicates whether subteams are allowed under this Team
  - `allow_fundraising_pages` boolean — Indicates whether Fundraising Pages are allowed under this Team
  - `allow_transactions` boolean — Indicates whether Transactions are allowed under this Team
  - `allow_cross_campaign_fundraisers` boolean — Indicates whether Fundraisers from other Campaigns are allowed to join this Team
  - `allocation_method` 'manual' | 'automatic-even-split' — Allocation method for this Team
  - `fundraising_team_id` integer — Primary identifier of associated Fundraising Team
  - `min_members` integer — Minimum Members required before the Team is considered active
  - `max_members` integer — Maximum Members allowed for this Team
  - `fundraiser_registration_policy` 'public' | 'private-confirmation-required' | 'private-invite-only' | 'private-password' | 'admin-only' — Fundraiser and Sub-team Registration Policy for this Team
  - `created_at` string, date-time — Date/time of initial record creation
  - `updated_at` string, date-time — Date/time of last record update

## Other responses

- `403` — Requester is not authorized to perform action
- `404` — Fundraising Team Policy not found

---

[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)
