---
title: "Get the permissions for this user's account"
method: GET
path: "/account/permissions"
tags: ["account"]
---

# Get the permissions for this user's account

`GET /account/permissions`

## Response `200`

ok

- object
  - `items` UserPermission[]
    - `resource_type` string
    - `action` string
    - `permissions` string

## Other responses

- `400` — Server cannot execute request due to something that is perceived to be a client error
- `404` — The specified resource was not found
- `500` — Internal server error

---

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