---
title: "Get user permission"
method: GET
path: "/app/v1/users/{id}/permissions"
tags: ["users"]
---

# Get user permission

`GET /app/v1/users/{id}/permissions`

## Path parameters

- `id` string, uuid, required

## Response `200`

A successful operation

- PermissionInput[]
  - `name` string
  - `active` boolean
  - `filter` object — A filter object for Permission where it can filter based on any of these following fields. Name can be substring matched. All other values are exact matched.

---

[API](https://skmtc.net/validere/apis/carbonhub-api.md) · [All operations](https://skmtc.net/validere/apis/carbonhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/validere/carbonhub-api/revisions/053edab62415/schema)
