---
title: "Resend Portal Invite Endpoint"
method: POST
path: "/api/v1/user_auth/resend_portal_invite"
---

# Resend Portal Invite Endpoint

`POST /api/v1/user_auth/resend_portal_invite`

## Request body

- ResendPortalInvite — Fields are optional at the schema layer so omitted/null bodies reach the service, which returns HTTP 400 instead of FastAPI's HTTP 422.
  - `user_email` string, nullable
  - `participant_id` string, nullable
  - `plan_manager_id` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-25** `e4798856d733` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/caresquare/apis/fastapi/changes/api/v1/user_auth/resend_portal_invite/post.md)

---

[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)
