GET
/admin.emoji.listList organization custom emoji
Lists custom emoji for an Enterprise Grid organization. Use cursor to retrieve subsequent pages and limit to control the number of items returned in each page.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
tokenstringrequired
Authentication token with the `admin.teams:read` scope.
cursorstringoptional
Pagination cursor from the previous response's `next_cursor` value.
limitintegeroptional
Maximum number of emoji to return; must be between 1 and 1000 inclusive.
200Returns an object containing `ok: true` and the available custom emoji data.
okbooleanrequired
defaultReturns an object containing `ok: false` when the emoji list cannot be retrieved.
okbooleanrequired
Error handling
token is required and must have the admin.teams:read scope. If supplied, limit must be between 1 and 1000 inclusive, and cursor should contain the next_cursor value from the previous response.