---
title: "List Internal User Suggestions"
method: GET
path: "/api/v1/admin/email-recipient-groups/user-suggestions"
tags: ["Admin APIs", "email-recipient-groups"]
---

# List Internal User Suggestions

`GET /api/v1/admin/email-recipient-groups/user-suggestions`

Typeahead for the add-recipient input — internal domains only.

Deliberately not the generic /users listing: recipient groups may only hold
internal addresses, and this keeps the page on the email-recipient-groups
permission instead of also requiring users:list.

## Query parameters

- `q` string
- `limit` integer

## Response `200`

Successful Response

- UserSuggestionRead[]
  - `id` string, uuid, required
  - `email` string, required
  - `first_name` string, nullable, required
  - `last_name` string, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/a8ca30023371/schema)
