---
title: "Create Monitor"
method: POST
path: "/api/v1/accessconflict"
tags: ["Access Conflict"]
---

# Create Monitor

`POST /api/v1/accessconflict`

Invokes the c1.api.accessconflict.v1.AccessConflictService.CreateMonitor method.

## Request body

- C1ApiAccessconflictV1ConflictMonitorCreateRequest — The ConflictMonitorCreateRequest message.
  - `description` string — The description field.
  - `displayName` string, required — The displayName field.
  - `notificationConfig` C1ApiAccessconflictV1NotificationConfig — The NotificationConfig message.
    - `emailNotifications` C1ApiAccessconflictV1EmailNotifications — The EmailNotifications message.
      - `enabled` boolean — The enabled field.
      - `identityUserIds` string[], nullable — The identityUserIds field.
    - `slackNotifications` C1ApiAccessconflictV1SlackNotifications — The SlackNotifications message.
      - `channelId` string — The channelId field.
      - `channelName` string — The channelName field.
      - `enabled` boolean — The enabled field.

## Response `200`

Successful response

- C1ApiAccessconflictV1ConflictMonitor — The ConflictMonitor message.
  - `createdAt` string, date-time
  - `deletedAt` string, date-time
  - `description` string — The description field.
  - `displayName` string — The displayName field.
  - `enabled` boolean — The enabled field.
  - `entitlementSetAId` string — The entitlementSetAId field.
  - `entitlementSetBId` string — The entitlementSetBId field.
  - `id` string — The id field.
  - `notificationConfig` C1ApiAccessconflictV1NotificationConfig — The NotificationConfig message.
    - `emailNotifications` C1ApiAccessconflictV1EmailNotifications — The EmailNotifications message.
      - `enabled` boolean — The enabled field.
      - `identityUserIds` string[], nullable — The identityUserIds field.
    - `slackNotifications` C1ApiAccessconflictV1SlackNotifications — The SlackNotifications message.
      - `channelId` string — The channelId field.
      - `channelName` string — The channelName field.
      - `enabled` boolean — The enabled field.
  - `updatedAt` string, date-time

## Changes

- **2025-06-09** `e4cbd4b6a944` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/conductorone/apis/c1-api/changes/api/v1/accessconflict/post.md)

---

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