---
title: "Invite corporate members"
method: POST
path: "/accounts/self/member-invitations"
tags: ["Accounts"]
---

# Invite corporate members

`POST /accounts/self/member-invitations`

Invite new users to join your corporate account by sending them email invitations (maximum 10 per request). Only corporate admins with appropriate permissions can use this endpoint. (Permitted scopes: **fax:all:edit**, **fax:member:edit**)

## Request body

- string[] — List of email addresses for invitations (maximum 10 per request)

## Response `200`

Invitations sent successfully

- object
  - `message` string

## Other responses

- `400` — Error object in case there's a problem with given data
- `401` — Error object in case there's a problem with the authorization
- `403` — Error object in case the user is not allowed to access this resource
- `409` — One or more emails are already registered
- `500` — Error object in case there's a server error

---

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