---
title: "fetchOrganizationCredentialSet"
method: GET
path: "/organization-credential-sets/{organization_credential_set}"
tags: ["Organization Credential Set"]
deprecated: true
---

# fetchOrganizationCredentialSet

`GET /organization-credential-sets/{organization_credential_set}`

> **Deprecated.**

Retrieves a Organization Credential Set from ID

## Path parameters

- `organization_credential_set` integer, required

## Query parameters

- `with` string[]

## 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 Credential Set 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/versions/d22bb925eeed/schema)
