---
title: "Add an organisation to a sharing group"
method: POST
path: "/sharing_groups/addOrg/{sharingGroupId}/{organisationId}"
tags: ["Sharing Groups"]
---

# Add an organisation to a sharing group

`POST /sharing_groups/addOrg/{sharingGroupId}/{organisationId}`

## Path parameters

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

## Response `200`

Add organisation to a sharing group response

- object
  - `saved` boolean
  - `success` boolean
  - `name` string
  - `message` string
  - `url` string

## 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

---

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