---
title: "Get Available Participants (POST)"
method: POST
path: "/api/v1/participant_info/participants"
---

# Get Available Participants (POST)

`POST /api/v1/participant_info/participants`

Get participants that a user is authorized to view using POST request body.

## Request body

- AppSchemasParticipantInfoUserIdRequest — Request model with user ID.
  - `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)
