---
title: "Get Available Participants"
method: GET
path: "/api/v1/participant_info/participants/{user_id}"
---

# Get Available Participants

`GET /api/v1/participant_info/participants/{user_id}`

Get participants that a user is authorized to view.

## Path parameters

- `user_id` string, required — User ID

## Response `200`

Successful Response

- AvailableParticipantsResponse — Response model for available participants.
  - `participants` object[], required — Available participants
  - `number_of_participants` integer, required — Total number of participants

## Other responses

- `400` — Bad request
- `422` — Validation Error
- `500` — Internal server error

---

[API](https://skmtc.dev/caresquare/apis/fastapi.md) · [All operations](https://skmtc.dev/caresquare/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc.dev/caresquare/apis/fastapi/revisions/e4798856d733?raw)
