---
title: "List users by email (legacy)"
method: POST
path: "/users/search"
tags: ["Users"]
deprecated: true
---

# List users by email (legacy)

`POST /users/search`

> **Deprecated.**

## Request body

- S12ThepubV1SearchUsersRequest — The parameters for `SearchUsers`
  - `email` string[], required — Emails to filter by. Required.

## Response `200`

A successful response.

- S12ThepubV1SearchUsersResponse — Result returned from `SearchUsers`
  - `users` S12ThepubV1SearchUsersResponseUser[] — The users that match the search criteria.
    - `id` string — The id of the user.
    - `firstname` string — The first name of the user.
    - `lastname` string — The last name of the user.
    - `email` string — The email address of the user.
    - `status` 'active' | 'inactive' — - active: Active user. - inactive: Inactive user.
    - `seat_type` 'full' | 'free' | 'lite'

## Other responses

- `default` — An unexpected error response.

---

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