---
title: "Query access rights for customers and projects"
method: GET
path: "/v2/users/{id}/access/customers-projects"
tags: ["User"]
---

# Query access rights for customers and projects

`GET /v2/users/{id}/access/customers-projects`

## Path parameters

- `id` integer, required

## Response `200`

Successful operation

- CustomerProjectsAccessV2
  - `add` union, required
    - boolean — General access
    - CustomAccessV2 — Access only to selected customers
  - `report` union, required
    - boolean — General access
    - CustomAccessV2 — Access only to selected customers
  - `edit` union, required
    - boolean — General access
    - CustomAccessV2 — Access only to selected customers

## Other responses

- `400` — Bad request

---

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