---
title: "Returns the users, groups and accounts available as report state targets for the calling user,
based on their group's account relationships."
method: GET
path: "/v1/Reports/targets"
tags: ["Reports"]
---

# Returns the users, groups and accounts available as report state targets for the calling user,
based on their group's account relationships.

`GET /v1/Reports/targets`

## Query parameters

- `Account` unknown

## Response `200`

Success

- AvailableReportTargetsResponse
  - `groups` ReportTargetGroup[], nullable
    - `id` integer
    - `name` string, nullable
  - `accounts` ReportTargetAccount[], nullable
    - `id` integer
    - `name` string, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/invendor/apis/io-commonapi.md) · [All operations](https://skmtc.net/invendor/apis/io-commonapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/invendor/io-commonapi/revisions/0e4626e69155/schema)
