---
title: "GET /Admin/O365/Config/{school}"
method: GET
path: "/Admin/O365/Config/{school}"
tags: ["Admin"]
---

# GET /Admin/O365/Config/{school}

`GET /Admin/O365/Config/{school}`

**Requires permissions:** *Admin* or *IT*

## Path parameters

- `school` string, required

## Response `200`

Success

- O365SyncConfigDto
  - `staffGroupId` string, nullable
  - `studentsGroupId` string, nullable
  - `matchField` string, nullable
  - `createMissing` boolean
  - `updateExisting` boolean
  - `defaultEmployee` object
  - `customFieldMappings` CustomFieldMappingDto[]
    - `label` string, nullable
    - `isamsId` string, nullable
    - `source` string, nullable
    - `value` string, nullable
  - `houseCustomFieldId` string, nullable
  - `previousSchoolCustomFieldId` string, nullable
  - `setFormOnEntry` boolean
  - `createMissingSchools` boolean
  - `houseMap` object
  - `schoolMap` object
  - `graphTenantIdSecret` string, nullable
  - `graphClientIdSecret` string, nullable
  - `graphClientSecretSecret` string, nullable
  - `version` integer

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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