---
title: "Create organization's invite"
method: POST
path: "/organization/invites"
tags: ["Organizations Invitations"]
---

# Create organization's invite

`POST /organization/invites`

REQUIRED SCOPES <code>['organizations-invitations:write']</code><br>Create organization's invite

## Request body

- object[]
  - `email` string
  - `role` string
  - `team_id` integer
  - `team_ids` integer[]
  - `use_organization_settings` boolean — Indicates Use Organization Settings or Not

## Response `200`

OK

- object[]
  - `id` string
  - `organization_id` integer
  - `owner_id` integer
  - `user_id` integer
  - `email` string
  - `team_id` integer
  - `number` string
  - `use_organization_settings` boolean — Indicates Use Organization Settings or Not

## Other responses

- `422` — Payment error from Stripe
- `500` — Unexpected server error

---

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