---
title: "Invite users"
method: POST
path: "/public/api/users/reminders"
tags: ["Users"]
---

# Invite users

`POST /public/api/users/reminders`

Send account activation reminder

Sends a reminder email to users. Only users who have not already logged in the application and have a work email 
(`user.email`) will be notified. This email contains information for the user to log in the application with their account.

## Headers

- `Accept` string

## Request body

- object
  - `userIds` string[]

## Response `200`

OK

---

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