---
title: "Searches for multiple Slack users by their email addresses."
method: POST
path: "/getUsersByEmails"
tags: ["user"]
---

# Searches for multiple Slack users by their email addresses.

`POST /getUsersByEmails`

Finds multiple users in a Slack workspace using their email addresses. Returns an array of comprehensive user objects containing detailed information about the found users.

## Request body

- object
  - `body` object — Body of the getUsersByEmails sls call
    - `arguments` object, required
      - `emails` string[], required — An array of email addresses for the users to find.

## Response `200`

Successful response

- unknown[]
  - unknown

## Other responses

- `400` — Bad request - invalid email format or missing email
- `404` — User not found
- `500` — Server error

## Changes

> 45 revisions in range; 1 could not be searched.

- **2025-07-18** `8d0d784763dc` — 1 info
  - endpoint added
- **2025-06-20** `37c50ff8be3a` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/microfox-ai/apis/slack-d/changes/getUsersByEmails/post.md)

---

[API](https://skmtc.dev/microfox-ai/apis/slack-d.md) · [All operations](https://skmtc.dev/microfox-ai/apis/slack-d/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/microfox-ai/slack-d/revisions/cd0edf0c2cdf/schema)
