provider admin.emojiadmin POST /admin.emoji.rename
@utdk/slack /admin.emoji.rename
admin_emoji_rename
Rename an emoji.

Try it

Authentication
Configure credentials for Slack Web API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

adminEmojiRename
POST/admin.emoji.rename
Rename an emoji.

Input

required

The name of the emoji to be renamed. Colons (`:myemoji:`) around the value are not required, although they may be included.

required

The new name of the emoji.

required

Authentication token. Requires scope: `admin.teams:write`

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import slack from '@utdk/slack';

await slack.adminEmojiRename()