---
title: "Add user to organization"
method: POST
path: "/users"
tags: ["Users"]
---

# Add user to organization

`POST /users`

Adds a new user to the organization. Sends an invitation email.

    Scope: users:write

## Request body

- object
  - `email` string, email, required — Email address of the user.
  - `role` 'admin' | 'member' | 'viewer' — Role of the user within the organization.

## Response `201`

User added successfully

- object
  - `userId` string, required — Unique identifier of the user.

## Other responses

- `400` — Invalid request body
- `401` — Invalid or missing API key
- `409` — User already exists in the organization
- `500` — Internal Server Error

---

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