---
title: "Update Consent"
method: POST
path: "/users/consents"
tags: ["users", "users"]
---

# Update Consent

`POST /users/consents`

Update or create a consent record

## Headers

- `authorization` string, nullable

## Request body

- ConsentUpdate
  - `consent_type` string, required
  - `consent_given` boolean, required
  - `consent_version` string, nullable
  - `metadata` object, nullable

## Response `200`

Successful Response

- UserConsentResponse
  - `id` string, uuid, required
  - `user_id` string, uuid, required
  - `consent_type` string, required
  - `consent_given` boolean, required
  - `consent_version` string, required
  - `consent_timestamp` string, date-time, required
  - `ip_address` string, nullable
  - `metadata` object, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fluentea/aurqa-language-learning-platform-refactored/revisions/78f314acd8bf/schema)
