---
title: "Create UserConsent"
method: POST
path: "/api/users/:userId/consents"
tags: ["users"]
---

# Create UserConsent

`POST /api/users/:userId/consents`

Create UserConsent

## Path parameters

- `userId` string, required

## Request body

- object
  - `partnerId` string

## Response `200`

Ok

- object
  - `status` object
    - `code` string

---

[API](https://skmtc.dev/citizenos/apis/citizenos-api.md) · [All operations](https://skmtc.dev/citizenos/apis/citizenos-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/citizenos/citizenos-api/revisions/ca28908e6b75/schema)
