---
title: "Get a sharing group by ID"
method: GET
path: "/sharing_groups/view/{sharingGroupId}"
tags: ["Sharing Groups"]
---

# Get a sharing group by ID

`GET /sharing_groups/view/{sharingGroupId}`

## Path parameters

- `sharingGroupId` union, required
  - union
    - string, nullable
    - string, uuid, nullable
  - string, uuid

## Response `200`

Get sharing group response

- object
  - `SharingGroup` SharingGroup
    - `id` union
      - string, nullable
      - string, uuid, nullable
    - `uuid` string, uuid
    - `name` string
    - `description` string
    - `releasability` string
    - `local` boolean
    - `active` boolean
    - `org_count` string
    - `organisation_uuid` string, uuid
    - `org_id` string
    - `sync_user_id` string
    - `created` string, date-time
    - `modified` string, date-time
    - `roaming` boolean
  - `Organisation` Organisation
    - `id` string
    - `name` string
    - `date_created` string
    - `date_modified` string
    - `description` string
    - `type` string, nullable
    - `nationality` string
    - `sector` string
    - `created_by` string
    - `uuid` string
    - `contacts` string, nullable
    - `local` boolean
    - `restricted_to_domain` string[]
    - `landingpage` string, nullable
    - `user_count` string, nullable
    - `created_by_email` string, nullable
  - `SharingGroupOrg` SharingGroupOrganisation[]
    - `id` string, nullable
    - `sharing_group_id` union
      - string, nullable
      - string, uuid, nullable
    - `org_id` string
    - `extend` boolean
    - `Organisation` object
      - `id` string
      - `name` string
      - `uuid` string, uuid
  - `SharingGroupServer` SharingGroupServer[]
    - `all_orgs` boolean
    - `server_id` string
    - `sharing_group_id` union
      - string, nullable
      - string, uuid, nullable
    - `Server` object
      - `id` string
      - `name` string
  - `editable` boolean
  - `deletable` boolean

## Other responses

- `403` — Authentication failed. Please make sure you pass the API key of an API enabled user along in the Authorization header.
- `404` — The specified resource was not found
- `default` — Unexpected API error

## Changes

> 50 revisions in range; 1 could not be searched.

- **2025-12-11** `0a9c9382121a` — 9 breaking, 1 warning, 3 info
  - the `SharingGroup/allOf[subschema #1]/id` response property's maxLength was unset from `10` for the response status `200`
  - the `SharingGroupOrg/items/sharing_group_id` response property's maxLength was unset from `10` for the response status `200`
  - the `SharingGroupServer/items/sharing_group_id` response property's maxLength was unset from `10` for the response status `200`
  - added `#/components/schemas/SharingGroupIntId, #/components/schemas/SharingGroupUuidId` to the `SharingGroup/allOf[subschema #1]/id` response property `oneOf` list for the response status `200`
  - …9 more
- **2024-07-11** `7cd8b1880b11` — 6 breaking, 1 warning, 6 info
  - the response property `SharingGroup/allOf[subschema #1]/id` became nullable for the status `200`
  - the response property `SharingGroupOrg/items/sharing_group_id` became nullable for the status `200`
  - the response property `SharingGroupServer/items/sharing_group_id` became nullable for the status `200`
  - the `SharingGroup/allOf[subschema #1]/id` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - …9 more

[Change history](https://skmtc.dev/misp/apis/misp-automation-api/changes/sharing_groups/view/:sharingGroupId/get.md)

---

[API](https://skmtc.dev/misp/apis/misp-automation-api.md) · [All operations](https://skmtc.dev/misp/apis/misp-automation-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/misp/misp-automation-api/revisions/88b34ff032a1/schema)
