---
title: "Get all the not accepted master license invitations"
method: POST
path: "/KindooGetAllThirdPartyMasterLicensesNotAccepted"
tags: ["Master Licenses"]
---

# Get all the not accepted master license invitations

`POST /KindooGetAllThirdPartyMasterLicensesNotAccepted`

## Response `200`

OK

- MasterLicenseObject
  - `ID` string, uuid
  - `ThirdPartyID` integer
  - `UserID` string, uuid
  - `HasAccepted` boolean
  - `CreatedOn` string, date-time — format YYYY-MM-DDTHH:mm:ss
  - `CreatedBy` string, uuid
  - `RevokedOn` string, date-time — format YYYY-MM-DDTHH:mm:ss
  - `RevokedBy` string, uuid
  - `user_created_by` object
  - `user_revoked_by` object
  - `user_allocated_to` object

## Other responses

- `303` — See Other
- `401` — Unauthorized - your session is not valid

## Changes

- **2026-08-31** `097703296716` — 3 info
  - added the optional property `user_allocated_to/items/MultiSiteLicenseID` to the response with the `200` status
  - added the optional property `user_created_by/items/MultiSiteLicenseID` to the response with the `200` status
  - added the optional property `user_revoked_by/items/MultiSiteLicenseID` to the response with the `200` status

[Change history](https://skmtc.dev/kindoo/apis/kindoo-tech/changes/KindooGetAllThirdPartyMasterLicensesNotAccepted/post.md)

---

[API](https://skmtc.dev/kindoo/apis/kindoo-tech.md) · [All operations](https://skmtc.dev/kindoo/apis/kindoo-tech/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kindoo/kindoo-tech/revisions/097703296716/schema)
