Skip to main content
POST
Create Compliance Document for User

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Accept-Language
string
default:en

The Accept-Language request HTTP header indicates the natural language and locale that the client prefers.

Example:

"en"

Path Parameters

company-id
string<uuid>
required

Company ID

user-id
string<uuid>
required

User ID

Body

application/json
compliance_document_type_id
string<uuid>
required

ID of the compliance document type

compliant_type
enum<string>

Type of entity

Available options:
Account,
User,
Equipment
compliant_id
string<uuid>

ID of the entity

value
string

Custom value

expires_at
string<date-time>

Expiration date

Response

Created

data
ComplianceDocument-Read · object
required