---
title: "Resend a user invitation"
method: POST
path: "/users/{id}/invite"
tags: ["Users"]
---

# Resend a user invitation

`POST /users/{id}/invite`

Resends an invitation email with a temporary password for the specified user.

The user must exist and belong to the specified account when specifying id.
Optionally invite a user using a email address instead of user id. Use a default id of all zeros when posting email address payload.
Email address invites are only available to client credential grants.

## Path parameters

- `id` string, uuid, required

## Request body

- InviteUserDto
  - `email` string, required — Invite user by email address.

## Response `202`

When request is accepted. Returns a hypermedia 'Link' object of the user to be invited.

- Link
  - `id` string, nullable
  - `href` string, nullable
  - `relation` string, nullable
  - `method` string, nullable

## Other responses

- `400` — When an unsupported request is made.
- `403` — When the user is not associated to the specified account.

---

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