---
title: "Modules access list for a given user"
method: GET
path: "/api/modules/v1/access/user/{user_id}"
tags: ["Modules"]
---

# Modules access list for a given user

`GET /api/modules/v1/access/user/{user_id}`

Lists all modules to which a given user has access to.
List contains both explicit access for a user and implicit access inherited from user groups which user belongs to.

## Path parameters

- `user_id` string, uuid, required

## Response `200`

OK

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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