---
title: "Resend corporate member invitations"
method: PATCH
path: "/accounts/self/member-invitations"
tags: ["Accounts"]
---

# Resend corporate member invitations

`PATCH /accounts/self/member-invitations`

Resend email invitations to users who have not yet signed up for your corporate account (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 resent 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
- `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/versions/c1afc85d2c15/schema)
