---
title: "Resend Candidate Invite"
method: POST
path: "/order/{id}/invite"
tags: ["Order"]
---

# Resend Candidate Invite

`POST /order/{id}/invite`

If you would like to resend the candidate invitation email which contains the login link, you can make this call and a duplicate copy of the original invitation email will be sent to the candidate email address on file.

## Path parameters

- `id` string, required

## Response `200`

Success Response

- OrderInviteCreateResponse
  - `success` boolean

## Other responses

- `400` — Bad Request
- `401` — Unauthorized Response
- `500` — Internal Server error

---

[API](https://skmtc.dev/accuratebackground/apis/accurate-background-api.md) · [All operations](https://skmtc.dev/accuratebackground/apis/accurate-background-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/accuratebackground/accurate-background-api/revisions/a6ac3a5c01aa/schema)
