---
title: "Retrieve User Permission"
method: GET
path: "/v1/permissions"
tags: ["User Information API"]
---

# Retrieve User Permission

`GET /v1/permissions`

Use this endpoint to retrieve all the permissions that a user has based on the `access_token`. This endpoint is used by Midaz Console to verify the features that the user has access to.

## Headers

- `Authorization` string

## Response `200`

Indicates that the resource was successfully created and the operation was completed as expected.

- UserPermissionsResult — A list of APIs or resources the user can access, each paired with the allowed actions they can perform.

## Other responses

- `400`
- `401`
- `403`
- `500`

---

[API](https://skmtc.net/lerian/apis/identity-plugin.md) · [All operations](https://skmtc.net/lerian/apis/identity-plugin/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lerian/identity-plugin/versions/25daba385532/schema)
