---
title: "Checks if a user has the provided permission."
method: POST
path: "/users/{userId}/checkPermissions"
tags: ["Users"]
---

# Checks if a user has the provided permission.

`POST /users/{userId}/checkPermissions`

## Path parameters

- `userId` string, required

## Query parameters

- `teamId` string

## Request body

- ItemsWrapper1String
  - `items` string[], nullable

## Response `200`

OK

- ItemsWrapper1V1UserPermission
  - `items` V1UserPermission[], nullable
    - `allowed` boolean
    - `permission` string, nullable

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found

---

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