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

# Retrieve OwnerRole by ID

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

Returns a single OwnerRole corresponding to provided uniqueId

## Path parameters

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

## Query parameters

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

## Response `200`

The OwnerRole

- OwnerRole
  - `id` integer
  - `name` string
  - `descriptionOrg` string
  - `descriptionComm` string
  - `descriptionAdmin` string
  - `orgRole` boolean
  - `commRole` boolean
  - `version` integer
  - `available` boolean

---

[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)
