---
title: "Permissions"
method: GET
path: "/api/access-control/v2/entry/groups/ppms/app/{entity_id}"
tags: ["Access Control"]
deprecated: true
---

# Permissions

`GET /api/access-control/v2/entry/groups/ppms/app/{entity_id}`

> **Deprecated.**

Please use <a href="https://developers.piwik.pro/reference/list_app_permissions_for_user_v2">Users permissions for a given app</a> instead.<br><br> 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

- `entity_id` string, uuid, required

## Query parameters

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

## Response `200`

OK

## Other responses

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

---

[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)
