---
title: "POST /api/account/members/invite"
method: POST
path: "/api/account/members/invite"
tags: ["account"]
---

# POST /api/account/members/invite

`POST /api/account/members/invite`

## Request body

- object
  - `email` string, required
  - `roleSlug` string, nullable

## Response `200`

Success

- object
  - `id` string, required
  - `email` string, required

## Other responses

- `401` — AccountUnauthorized
- `403` — AccountForbidden | AccountNoOrganization
- `500` — AccountError

---

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