---
title: "Get search results for user handles with suggestions for a particular organization."
method: GET
path: "/manage/api/organization/user_suggestions"
tags: ["manage"]
---

# Get search results for user handles with suggestions for a particular organization.

`GET /manage/api/organization/user_suggestions`

## Query parameters

- `organization_id` string, required
- `user_handle_prefix` string
- `maxItems` integer

## Response `200`

A list of the top responses in alphabetical order by user handle + whether the user has joined the current organization already.

- GetApiOrganizationUserSuggestionsResponse
  - `user_suggestions` ApiOrganizationUserSuggestion[], required — List of user suggestions for the organization
    - `display_handle` string, required — The display handle of the user
    - `joined` boolean, required — Whether the user has already joined the organization
    - `profile_pic` string, uri — URL to the user's profile picture
    - `name` string — The full name of the user

## Other responses

- `401` — Not authorized
- `403` — Not authorized
- `404` — Organization not found

---

[API](https://skmtc.net/ideogram/apis/ideogram-openapi-3-0.md) · [All operations](https://skmtc.net/ideogram/apis/ideogram-openapi-3-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ideogram/ideogram-openapi-3-0/revisions/bd40f367a834/schema)
