---
title: "Search custom emoji"
method: POST
path: "/api/v4/emoji/search"
tags: ["emoji"]
---

# Search custom emoji

`POST /api/v4/emoji/search`

Search for custom emoji by name based on search criteria provided in the request body. A maximum of 200 results are returned.
##### Permissions
Must be authenticated.

## Request body

- object
  - `term` string, required — The term to match against the emoji name.
  - `prefix_only` string — Set to only search for names starting with the search term.

## Response `200`

Emoji list retrieval successful

- 38cb7293Emoji[]
  - `id` string — The ID of the emoji
  - `creator_id` string — The ID of the user that made the emoji
  - `name` string — The name of the emoji
  - `create_at` integer — The time in milliseconds the emoji was made
  - `update_at` integer — The time in milliseconds the emoji was last updated
  - `delete_at` integer — The time in milliseconds the emoji was deleted

## Other responses

- `400` — Invalid or missing parameters in URL or request body
- `401` — No access token provided
- `403` — Do not have appropriate permissions
- `501` — Feature is disabled

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/667aae28fec6/schema)
