---
title: "Users permissions for a given app"
method: GET
path: "/api/access-control/v2/app/{app_id}/permission/user"
tags: ["Access Control"]
---

# Users permissions for a given app

`GET /api/access-control/v2/app/{app_id}/permission/user`

Lists all users (but not owners) and their permissions for a given app.
List contains both explicit permission of a user and implicit highest permission inherited from user groups which user belongs to.

## Path parameters

- `app_id` string, uuid, required

## Query parameters

- `limit` integer
- `offset` integer
- `search` string

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

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