---
title: "Get User Permissions"
method: GET
path: "/users/{userId}/permissions"
tags: ["User"]
---

# Get User Permissions

`GET /users/{userId}/permissions`

Returns permissions for a specific user

## Path parameters

- `userId` string, required

## Headers

- `tenant-id` string

## Response `200`

User permissions retrieved successfully

- object — Returns a list of resources with their permissions. Example shape: ```json { "roster": ["read", "create", "update"], "role": ["read"], ... } ```

## Other responses

- `400` — Bad request - Invalid request parameters or missing required headers
- `401` — Authentication required - Valid authentication token is missing or invalid
- `403` — Forbidden - User does not have the required permissions to read user permissions
- `500` — Internal server error - An unexpected error occurred while processing the request

---

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