---
title: "Retrieve Owner by ID"
method: GET
path: "/v3/security/owners/{uniqueId}"
tags: ["Owners"]
---

# Retrieve Owner by ID

`GET /v3/security/owners/{uniqueId}`

Returns a single Owner corresponding to provided uniqueId

## Path parameters

- `uniqueId` '1' | '2' | '3', required — param ID of the Owner that needs to be fetched

## Query parameters

- `fields` string[]
- `count` string

## Response `200`

The Owner

- Owner
  - `id` integer
  - `name` string
  - `type` string
  - `ownerRole` string
  - `permIndicator` string
  - `permGroup` string
  - `permPost` string
  - `permVictim` string
  - `permAttribute` string
  - `permApps` string
  - `permUsers` string
  - `permSecurityLabel` string
  - `permTag` string
  - `permAttributeType` string
  - `permSettings` string
  - `permMembers` string
  - `permCopyData` string
  - `permInvite` string
  - `permTask` string
  - `permCaseTag` string
  - `permArtifact` string
  - `permComment` string
  - `permTimeline` string
  - `permWorkflowTemplate` string
  - `permPublish` string
  - `permPlaybooksExecute` string
  - `permPlaybooks` string

---

[API](https://skmtc.net/threatconnect/apis/threatconnect-api.md) · [All operations](https://skmtc.net/threatconnect/apis/threatconnect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/threatconnect/threatconnect-api/revisions/730b8a350ae7/schema)
