---
title: "Update Data Collection Consent"
method: PATCH
path: "/api/v1/users/self/data-collection-consent"
tags: ["User APIs", "users"]
---

# Update Data Collection Consent

`PATCH /api/v1/users/self/data-collection-consent`

## Request body

- UpdateDataCollectionConsent
  - `data_collection_consent` 'granted' | 'not-granted', required

## Response `200`

Successful Response

- DataCollectionConsentResponse
  - `data_collection_consent` 'granted' | 'not-granted', required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/a8ca30023371/schema)
