---
title: "GET /api/permissions/actors"
method: GET
path: "/api/permissions/actors"
tags: ["Permissions"]
---

# GET /api/permissions/actors

`GET /api/permissions/actors`

List actors in the tenant with the roles they hold.

## Response `200`

Default Response

- object
  - `metadata` object, required
    - `success` boolean, required — True when the request succeeded.
  - `data` object[], required
    - `actorType` 'user' | 'service_account', required
    - `actorId` string, required
    - `displayName` string, nullable, required
    - `roleKeys` string[], required

## Changes

> 23 revisions in range; 1 not diffed.

- **2026-08-31** `97e51f27dc77` — 1 breaking, 1 info
  - the response property `data/items/displayName` became nullable for the status `200`
  - response property `data/items/displayName` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`

[Change history](https://skmtc.dev/retraced/apis/api-reference/changes/api/permissions/actors/get.md)

---

[API](https://skmtc.dev/retraced/apis/api-reference.md) · [All operations](https://skmtc.dev/retraced/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/retraced/api-reference/revisions/fde251beb0ca/schema)
