---
title: "createOrganizationCredentialSet"
method: POST
path: "/organizations/{organization}/credential-sets"
tags: ["Organization Credential Set"]
deprecated: true
---

# createOrganizationCredentialSet

`POST /organizations/{organization}/credential-sets`

> **Deprecated.**

Create a Credential Set for specified Organization

## Path parameters

- `organization` integer, required

## Request body

- OrganizationCredentialSetFillable
  - `activity_wall` boolean — Indicates whether or not the Member has activity_wall access
  - `campaign_manager` boolean — Indicates whether or not the Member has campaign_manager access
  - `global_admin` boolean — Indicates whether or not the Member has global_admin access

## Response `200`

Success

- OrganizationCredentialSet
  - `activity_wall` boolean — Indicates whether or not the Member has activity_wall access
  - `campaign_manager` boolean — Indicates whether or not the Member has campaign_manager access
  - `global_admin` boolean — Indicates whether or not the Member has global_admin access
  - `id` integer — Primary identifier of record
  - `member_id` integer — Primary identifier of associated Member
  - `organization_id` integer — Primary identifier of associated Organization
  - `reporting_access` boolean — Indicates whether or not the Member has reporting_access

## Other responses

- `403` — Requester is not authorized to perform action
- `404` — Organization 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/d22bb925eeed/schema)
