---
title: "Check site access for a list of emails"
method: POST
path: "/user/access/check-access-by-email"
tags: ["User"]
---

# Check site access for a list of emails

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

Returns the list of emails from the input list that do not have access to site.

**[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.

- object
  - `emailsWithoutAccess` string[] — List of emails that do not have access to site.
  - `invalidEmails` string[] — List of invalid emails provided in the request.

## 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/451377c5a598/schema)
