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

# Download user permissions

`GET /api/v1/users/{id}/actions/downloadPermissions`

Returns user permissions in a downloadable format with German field names preserved.

## Path parameters

- `id` string, required — Resource identifier.

## Response `200`

User permissions download data.

- object — User permissions download data.
  - `identifier` string, required — User identifier (email preferred, username as fallback).
  - `description` string, required — User description.
  - `modules` object[], required — List of modules with their permissions.
    - `name` string, required — Module name.
    - `permissions` string[], required — List of permissions allowed for this module.

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