---
title: "Creates an invite to the organization"
method: POST
path: "/organizations/{organizationId}/invites"
tags: ["Invites"]
---

# Creates an invite to the organization

`POST /organizations/{organizationId}/invites`

## Path parameters

- `organizationId` string, required

## Request body

- InviteSendRequest
  - `walletPublicKey` string — Valid blockchain wallet address, must be an alphanumeric string without any special characters
  - `alias` string
  - `email` string
  - `phoneNumber` string
  - `role` 'owner' | 'admin' | 'developer' | 'viewer', required

## Response `200`

Invite created

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `409` — Conflict - already exists
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

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