# getOrgSharingView

Source: /openapi/thomas-federated.openapi.json

## Operation

| Method | URL |
|---|---|
| GET | https://dev-cxi-api.thomas.co/v1/sharing/organisations |

| Field | Value |
|---|---|
| operationId | getOrgSharingView |
| method | GET |
| server | https://dev-cxi-api.thomas.co/v1 |
| path | /sharing/organisations |
| tags | `Sharing` |
| summary | The caller's per-organisation result-sharing view |
| badges | None |

## Request Parameters

None.

## Request Body

None.

## Responses

| Status | Description | Schema refs |
|---|---|---|
| 200 | Organisations the caller shares results with, with per-assessment on/off + status | #/components/schemas/OrgSharingViewResponseDto |
| 401 | Invalid or missing authentication token (AUTH_TOKEN_INVALID) | #/components/schemas/ApiErrorResponseDto |

## Artifact Examples

### Response 401 example

```json
{
  "statusCode": 401,
  "message": "Invalid or missing authentication token",
  "error": "AUTH_TOKEN_INVALID"
}
```
