---
title: "Create organization documents"
method: POST
path: "/v2/organization/documents"
tags: ["Organization Documents"]
---

# Create organization documents

`POST /v2/organization/documents`

Creates organization documents and returns the documents created

## Request body

- object[]
  - `documentName` string — Document Name
  - `documentDescription` string — Document Description
  - `fields` object — Fields
  - `documentTemplateId` integer — Document Template Identifier
  - `organizationId` integer — Organization Identifier

## Response `200`

Returns a list of created organization documents with field values

- object[]
  - `documentId` integer — Document Identifier
  - `documentName` string — Document Name
  - `documentDescription` string — Document Description
  - `documentUpdateTime` number, double — Document Last Updated
  - `fields` object[] — Fields
    - `name` string — Name
    - `value` object — Value
    - `valueUpdateTime` number, double — Value Last Updated
  - `documentTemplateId` integer — Document Template Identifier
  - `documentTemplateName` string — Document Template Name
  - `organizationId` integer — Organization Identifier

---

[API](https://skmtc.net/ninjarmm/apis/ninjaone-public-api-2-0.md) · [All operations](https://skmtc.net/ninjarmm/apis/ninjaone-public-api-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ninjarmm/ninjaone-public-api-2-0/revisions/753f26d46650/schema)
