---
title: "List permissions that company admins can assign"
method: GET
path: "/api/permissions/assignable-permissions"
tags: ["Permissions"]
---

# List permissions that company admins can assign

`GET /api/permissions/assignable-permissions`

List the permissions a company admin may be given.

Filters the single shared `NEVER_ASSIGNABLE` set, not a local copy of it —
the copy this used to read still said `{"system_admin"}`, so `admin` and
`view_all_pvs` were both offered as assignable.

## Headers

- `x-api-token` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/multigest/apis/multigest-protected-api.md) · [All operations](https://skmtc.dev/multigest/apis/multigest-protected-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/multigest/multigest-protected-api/revisions/4b44eb76b3ee/schema)
