---
title: "Inviting an user"
method: POST
path: "/users/{userId}/invites"
tags: ["Company Users"]
---

# Inviting an user

`POST /users/{userId}/invites`

Invites by e-mail an user to the Gupy platform.

## Path parameters

- `userId` integer, required

## Request body

- object
  - `language` 'en' | 'es' | 'pt' — Invite language

## Response `201`

A confirmation of successful invitation of the user

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