---
title: "Get All Provider Licenses by User"
method: GET
path: "/api/v2/users/{id}/license-issuers"
tags: ["User"]
---

# Get All Provider Licenses by User

`GET /api/v2/users/{id}/license-issuers`

This endpoint retrieves all providers that issued a license for a specific user. <h3>Required Scope</h3>`provider_users:read`

## Path parameters

- `id` string, required

## Query parameters

- `limit` integer

## Response `200`

Success

- ListedProviderLicenseUser
  - `links` SelfWithNextLink
    - `self` string
    - `next` string
  - `data` ListedProviderLicenseUserData[]
    - `type` string, nullable
    - `id` string, nullable

---

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