---
title: "aid_customers_head"
method: HEAD
path: "/accounts/{aid}/customers/users"
tags: ["users"]
---

# aid_customers_head

`HEAD /accounts/{aid}/customers/users`

Check if there is users that match the parameters. The result will
match all parameters with `AND`.
This endpoint must be enabled from [PUT /customers/settings](/customers-api/settings/aid_customers_atributes_put)
scopes:
- admin:customers
- read:customers
- public:customers

## Path parameters

- `aid` string, ^[PT]{1}\d{8}$, required

## Query parameters

- `email` string
- `phone_number` string

## Response `200`

Customer user exist

## Other responses

- `404` — No user match given query parameters
- `405` — Method not allowed by customer settings
- `default` — Unexpected error

---

[API](https://skmtc.net/dintero/apis/account-management-api.md) · [All operations](https://skmtc.net/dintero/apis/account-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dintero/account-management-api/revisions/9b83a4199008/schema)
