---
title: "Retrieve SystemRoles"
method: GET
path: "/v3/security/systemRoles"
tags: ["System Roles"]
---

# Retrieve SystemRoles

`GET /v3/security/systemRoles`

Returns a list of all SystemRoles

## Query parameters

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

## Response `200`

The SystemRoles

- SystemRole[]
  - `id` integer
  - `name` string
  - `active` boolean
  - `assignable` boolean
  - `displayed` 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)
