---
title: "Check if the user is invited"
method: POST
path: "/auth/check-invitation"
---

# Check if the user is invited

`POST /auth/check-invitation`

## Headers

- `X-ScaleOps-Token` string

## Request body

- OnboardInvitedUserReqBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `connection_id` string
  - `connection_name` string
  - `org_id` string, required
  - `user_id` string, required

## Response `204`

No Content

## Other responses

- `default` — Error

---

[API](https://skmtc.dev/scaleops/apis/scaleops-free-trial.md) · [All operations](https://skmtc.dev/scaleops/apis/scaleops-free-trial/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/scaleops/scaleops-free-trial/revisions/eba76d71caac/schema)
