---
title: "Suggest Account Rule Values"
method: GET
path: "/api/admin/account-rules/suggest"
tags: ["Admin"]
---

# Suggest Account Rule Values

`GET /api/admin/account-rules/suggest`

Typeahead suggestions for a rule clause value (Admin only, cached data).

## Query parameters

- `field` string, required
- `q` string
- `limit` integer
- `account_type` string, nullable

## Response `200`

Successful Response

- SuggestValuesResponse
  - `success` boolean
  - `suggestions` SuggestItem[]
    - `value` string, required
    - `email` string, nullable

## Other responses

- `422` — Validation Error
- `500` — Internal Server Error

---

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