# Create a new Collection category

Create a new collection category

Endpoint: POST /v1/org/categories
Version: 1.0
Security: x-api-key

## Request fields (application/json):

  - `rootOuName` (string)
    The name of the root organizational unit

  - `workspaceId` (integer)
    The ID of the workspace

  - `name` (string)
    The name of the new category

  - `description` (string)
    A description of the category

  - `is_predefined` (boolean)
    Whether the category is predefined

  - `enabled` (boolean)
    Whether the category is enabled

## Response 200 fields (application/json):

  - `id` (string)

  - `name` (string)

  - `description` (string)

  - `is_predefined` (boolean)

  - `enabled` (boolean)


