---
title: "Create Compliance Framework Attribute Value"
method: POST
path: "/api/v1/attributes/compliance_frameworks"
tags: ["Compliance Framework"]
---

# Create Compliance Framework Attribute Value

`POST /api/v1/attributes/compliance_frameworks`

Create a compliance framework value.

## Request body

- C1ApiAttributeV1CreateComplianceFrameworkAttributeValueRequest — The CreateComplianceFrameworkAttributeValueRequest message.
  - `value` string — The value field.

## Response `200`

Successful response

- C1ApiAttributeV1CreateComplianceFrameworkAttributeValueResponse — The CreateComplianceFrameworkAttributeValueResponse message.
  - `value` C1ApiAttributeV1AttributeValue — AttributeValue is the value of an attribute of a defined type.
    - `attributeTypeId` string — The ID of the AttributeType that this AttributeValue belongs to.
    - `createdAt` string, date-time
    - `deletedAt` string, date-time
    - `id` string — The ID of the AttributeValue.
    - `updatedAt` string, date-time
    - `value` string — The value of the AttributeValue. This is the string that will be displayed to the user.

---

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