---
title: "Get current user consent status"
method: GET
path: "/api/v1/user-consent/status"
tags: ["user-consent"]
---

# Get current user consent status

`GET /api/v1/user-consent/status`

## Response `201`

- UserConsentStatusResponseDTO
  - `document` object, nullable, required — The current consent document for the org, or null if none is configured
    - `fileName` string, required — The display name of the document
    - `id` string, uuid, required — The id of the consent document
    - `version` integer, required — The version of the document
  - `lastAcceptedAt` string, date-time, nullable, required — When the caller last accepted a consent document, if ever
  - `lastAcceptedVersion` integer, nullable, required — The version of the last consent the caller accepted, if any
  - `requiresAcceptance` boolean, required — True iff the org requires consent and the caller has not accepted the latest version

---

[API](https://skmtc.net/wejam/apis/jam.md) · [All operations](https://skmtc.net/wejam/apis/jam/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wejam/jam/revisions/bd5a5f406bca/schema)
