---
title: "Get Group Ownership"
method: GET
path: "/groups/{user_group_id}/ownership"
tags: ["USER_GROUP"]
---

# Get Group Ownership

`GET /groups/{user_group_id}/ownership`

## Path parameters

- `user_group_id` integer, required

## Headers

- `x-tenant` string, required

## Response `200`

Successful Response

- OwnershipRuleResponse[]
  - `id` integer, required
  - `user_group_id` integer, required
  - `entity_type` string, required
  - `ownership_rule` object, required
  - `is_active` boolean, required
  - `is_deleted` boolean, required
  - `created_by` string, required
  - `updated_by` string, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `grouping` string, nullable

## 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/103580dad816/schema)
