---
title: "Inviting the candidate"
method: POST
path: "/jobs/{jobId}/applications/{applicationId}/invites"
tags: ["Applications"]
---

# Inviting the candidate

`POST /jobs/{jobId}/applications/{applicationId}/invites`

After you create an application, you might want to send an invite to an application.

## Path parameters

- `jobId` integer, required
- `applicationId` integer, required

## Response `201`

A confirmation of successfully creation of the invite

## Other responses

- `400` — BadRequest / Invalid Input
- `401` — Unauthorized
- `403` — Forbidden
- `404` — NotFound / Resource not found

---

[API](https://skmtc.net/gupy/apis/gupy-public-api.md) · [All operations](https://skmtc.net/gupy/apis/gupy-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gupy/gupy-public-api/revisions/3f26defa2a42/schema)
