---
title: "Get data from the inviter's tenant regarding account"
method: GET
path: "/v1/Accounts/invitation"
tags: ["Accounts"]
---

# Get data from the inviter's tenant regarding account

`GET /v1/Accounts/invitation`

## Query parameters

- `tenantId` string, uuid
- `recordId` integer
- `Account` unknown

## Response `200`

Success

- LinkedAccountSettingsDataResponse
  - `id` integer
  - `tenantId` string, uuid, nullable
  - `accountId` integer, nullable
  - `accountName` string, nullable
  - `userId` integer, nullable
  - `type` 0 | 1
  - `externalUserId` integer, nullable
  - `externalAccountId` integer, nullable
  - `externalAccountName` string, nullable
  - `locations` LinkedLocationsMap[], nullable
    - `id` integer
    - `locationId` integer, nullable
    - `locationName` string, nullable
    - `externalLocationId` integer, nullable
    - `externalLocationName` string, nullable
  - `operations` LinkedOperationsMap[], nullable
    - `id` integer
    - `genericOperationType` string, nullable
    - `operationId` integer, nullable
    - `externalOperationId` integer, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `422` — Client Error

---

[API](https://skmtc.net/invendor/apis/io-commonapi.md) · [All operations](https://skmtc.net/invendor/apis/io-commonapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/invendor/io-commonapi/revisions/0e4626e69155/schema)
