---
title: "Retrieve OwnerRoles"
method: GET
path: "/v3/security/ownerRoles"
tags: ["Owner Roles"]
---

# Retrieve OwnerRoles

`GET /v3/security/ownerRoles`

Returns a list of all OwnerRoles

## Query parameters

- `tql` string
- `fields` string[]
- `count` string
- `sorting` string

## Response `200`

The OwnerRoles

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