---
title: "Send Portal Invite"
method: POST
path: "/practicepanther/portal-invite"
tags: ["PracticePanther"]
---

# Send Portal Invite

`POST /practicepanther/portal-invite`

Send a client portal invite to a contact in PracticePanther. Developer access required.

## Request body

- PracticePantherPortalInviteRequest — Request to send a portal invite to a contact
  - `account_guid` string, required
  - `email` string, required

## Response `200`

Successful Response

- PracticePantherPortalInviteResponse — Response from sending a portal invite
  - `success` boolean, required
  - `message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/b642b91e0a5c/schema)
