---
title: "List User Licenses"
method: GET
path: "/v1/users/{id}/licenses"
tags: ["Licenses"]
---

# List User Licenses

`GET /v1/users/{id}/licenses`

Retrieves all licenses that have been granted to a specific user on the account.

## Path parameters

- `id` integer, required

## Response `200`

OK. Returns an array of licenses granted to the specified user.

- License[]
  - `userId` integer, required — User ID
  - `subscriptionId` string, uuid, required — Subscription ID
  - `created` string, date-time, required — Date and time when the license was granted

## Other responses

- `403` — Forbidden. Occurs when the user is not authorized to view licenses or the user does not exist.

---

[API](https://skmtc.net/lucid/apis/lucid-rest-api.md) · [All operations](https://skmtc.net/lucid/apis/lucid-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lucid/lucid-rest-api/revisions/6a32cb9e1aa7/schema)
