---
title: "Get Ownership Conflicts Summary"
method: GET
path: "/groups/ownership-rules/conflicts/{user_group_id}"
tags: ["USER_GROUP"]
---

# Get Ownership Conflicts Summary

`GET /groups/ownership-rules/conflicts/{user_group_id}`

Get summary of ownership rule conflicts for a specific user group.

This endpoint identifies conflicts on ownership rules for a given group
and returns aggregated statistics about the conflicts.

Args:
    user_group_id: ID of the user group to check for conflicts
    start_date: Start date for filtering (optional)
    end_date: End date for filtering (optional)

Returns:
    OwnershipConflictSummaryResponse with conflict counts and amounts

## Path parameters

- `user_group_id` integer, required

## Query parameters

- `start_date` string, date-time
- `end_date` string, date-time

## Headers

- `x-tenant` string, required

## Response `200`

Successful Response

- OwnershipConflictSummaryResponse — Response model for ownership rules conflict summary for a specific group. Sample: { "conflicted_teams": ["A", "B"] "conflicted_team_count": 13, "conflicted_entity_count": 19, "conflicted_amount": 100.0, "currency": "USD" }
  - `conflicted_teams` string[], required
  - `conflicted_team_count` integer, required
  - `conflicted_entity_count` integer, required
  - `conflicted_amount` number, required
  - `currency` string, required

## Other responses

- `400` — Invalid data
- `403` — Not supported for public user
- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/aab3fe5c9f05/schema)
