---
title: "List user permissions"
method: GET
path: "/api/v1/users/{id}/permissions"
tags: ["User"]
---

# List user permissions

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

Returns all permissions of an user.

## Path parameters

- `id` string, required — Resource identifier.

## Response `200`

Operation completed successfully.

- object
  - `data` object, required — An object containing all permissions of a user.
    - `isAdmin` boolean, required — Indicating if the user is an admin user
    - `modules` object[], required — List of modules with their permissions.
      - `name` string, required
      - `permissions` string[], required

## Other responses

- `403` — Unable to authorize the client
- `404` — Resource was not found or not enough access privileges
- `406` — Requested resource representation does not exist.
- `429` — Too many API calls made.

---

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