---
title: "GET /api/v1/users/providers"
method: GET
path: "/api/v1/users/providers"
tags: ["users"]
---

# GET /api/v1/users/providers

`GET /api/v1/users/providers`

Retrieve the list of providers for a given user

## Query parameters

- `humanId` string
- `clientUserId` string

## Response `200`

Accepted

- object[]
  - `id` string
  - `name` string

## Other responses

- `400` — Cannot process input data
- `401` — The token provided is invalid. It may have expired or may have been revoked.
- `404` — The specified resource was not found (e.g. the id does not exist)

---

[API](https://skmtc.dev/humanapi/apis/admin-api.md) · [All operations](https://skmtc.dev/humanapi/apis/admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/humanapi/admin-api/revisions/23ae65b043bf/schema)
