---
title: "Invite User"
method: POST
path: "/api/v3.0/orgs/{orgUuid}/users/invite"
tags: ["Administration - Users"]
---

# Invite User

`POST /api/v3.0/orgs/{orgUuid}/users/invite`

Sends an email invitation to others to join an organization

## Path parameters

- `orgUuid` string, required

## Request body

- InviteUserRequestDTO
  - `email` string, required

## Response `200`

OK

- DWRResponseV3UserInfoResponseDTO
  - `supportToken` string
  - `response` UserInfoResponseDTO
    - `uuid` string, required
    - `name` string
    - `email` string
    - `userType` 'REGULAR' | 'SERVICE' | 'SCAN_SUMMARY_RECEIVER'
    - `existsInOrg` boolean

## Other responses

- `400` — Bad Request
- `403` — Forbidden

---

[API](https://skmtc.dev/mend/apis/mend-api.md) · [All operations](https://skmtc.dev/mend/apis/mend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mend/mend-api/revisions/b2302e1b6c4c/schema)
