---
title: "Get user policies"
method: GET
path: "/v2/users/{userId}/applicable-policies"
tags: ["Users"]
---

# Get user policies

`GET /v2/users/{userId}/applicable-policies`

## Response `200`

OK

- UserApplicablePolicies — Applicable policies for users.
  - `policies` PolicyBasicInfo[]
    - `id` string, required — Id for policy.
    - `name` string, required — Name of the policy

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — The specified resource was not found.

---

[API](https://skmtc.net/spotnana/apis/user-management-api.md) · [All operations](https://skmtc.net/spotnana/apis/user-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spotnana/user-management-api/revisions/920fb84cbf70/schema)
