---
title: "Resend invitation email to a pending user"
method: POST
path: "/api/v1/users/invitations/{authId}"
tags: ["Users"]
---

# Resend invitation email to a pending user

`POST /api/v1/users/invitations/{authId}`

Required scope - write_user.

## Path parameters

- `authId` string, required

## Request body

- object
  - `locale` string — Locale for the invitation email
  - `signinUrl` string — URL to redirect the user to after accepting the invitation

## Response `200`

- object
  - `success` boolean

---

[API](https://skmtc.net/valuemelody/apis/melody-auth-s2s-api.md) · [All operations](https://skmtc.net/valuemelody/apis/melody-auth-s2s-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/valuemelody/melody-auth-s2s-api/revisions/2e1471620fd7/schema)
