---
title: "Invite a list of emails to the site"
method: POST
path: "/user/access/invite-by-email"
tags: ["User"]
---

# Invite a list of emails to the site

`POST /user/access/invite-by-email`

Invite a list of emails to the site.

Ignores all invalid emails and no action is taken for the emails that already have access to the site.

<b>NOTE:</b> This API is asynchronous and may take some time to complete.

**[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:
Permission to access the Confluence site ('Can use' global permission).

## Request body

- object
  - `emails` string[], required — List of emails to check access to site.

## Response `200`

Returns object with list of emails without access to site.

## Other responses

- `400` — Returned if an invalid request is provided.
- `401` — Returned if the authentication credentials are incorrect or missing from the request.
- `404` — Returned if the calling user does not have permission to check access for emails on site.
- `503` — Returned if API is disabled on site

---

[API](https://skmtc.net/atlassian/apis/the-confluence-cloud-rest-api-v2.md) · [All operations](https://skmtc.net/atlassian/apis/the-confluence-cloud-rest-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-confluence-cloud-rest-api-v2/revisions/c4bd1ed570f2/schema)
