---
title: "List/search users who are members of any team on this account"
method: POST
path: "/account/{account_id}/users/search"
tags: ["Account"]
deprecated: true
---

# List/search users who are members of any team on this account

`POST /account/{account_id}/users/search`

> **Deprecated.**

The API endpoint /v1/account/{account\_id}/users/search is deprecated. Use https://api.aiven.io/v1/organization/{organization\_id}/user instead. It will be removed on 2026-10-03.

## Path parameters

- `account_id` string, required

## Request body

- AccountUsersSearchRequestBody — AccountUsersSearchRequestBody
  - `limit` integer — Maximum number of results to return
  - `order_by` 'user_email:asc' | 'user_email:desc' | 'user_id:asc' | 'user_id:desc' | 'real_name:asc' | 'real_name:desc' — Sorting criteria; desc is descending order and asc ascending
  - `query` string — Very simple filtering is used; a single word is recommended

## Response `200`

Response

- AccountUsersSearchResponse — AccountUsersSearchResponse
  - `errors` object[] — List of errors occurred during request processing
    - `message` string, required — Printable error message
    - `more_info` string — URL to the documentation of the error
    - `status` integer, required — HTTP error status code
  - `message` string — Printable result of the request
  - `users` object[], required — List of users
    - `real_name` string, required — User real name
    - `user_email` string, required — User email address
    - `user_id` string, required — User ID

---

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