---
title: "Resolve Masquerade Owner"
method: GET
path: "/internal/masquerade/resolve-owner"
tags: ["internal"]
---

# Resolve Masquerade Owner

`GET /internal/masquerade/resolve-owner`

Resolve the company that owns the entities referenced by ``ids``.

Powers the admin-only auto-soft-masquerade suggestion: the client passes the
UUIDs scraped from a deep-link URL and gets back the owning company (if any)
so it can offer a one-click masquerade switch. Read-only; gated identically
to the UUID lookup endpoint.

## Query parameters

- `ids` string[], nullable

## Response `200`

Successful Response

- MasqueradeOwnerResponse — Owning company for a set of candidate entity UUIDs, or nulls if unresolved.
  - `company_id` string, uuid, nullable
  - `company_name` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/kobaltlabs/apis/fastapi.md) · [All operations](https://skmtc.dev/kobaltlabs/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kobaltlabs/fastapi/revisions/3ff4c0bd276b/schema)
