Packages

A Slack Web & Real Time Messaging API client.

Current section

Files

Jump to
slack_kit priv docs methods admin.emoji.list.json
Raw

priv/docs/methods/admin.emoji.list.json

{
"args": {
"cursor": {
"desc": "Set `cursor` to `next_cursor` returned by the previous call to list items in the next page",
"example": "5c3e53d5",
"required": false,
"type": "string"
},
"limit": {
"default": "100",
"desc": "The maximum number of items to return. Must be between 1 - 1000 both inclusive.",
"example": "100",
"required": false,
"type": "integer"
}
},
"desc": "List emoji for an Enterprise organization.",
"errors": {
"feature_not_enabled": "The Admin APIs feature is not enabled for this team.",
"invalid_cursor": "Value passed for `cursor` was not valid or is no longer valid.",
"not_an_admin": "This method is only accessible by org owners and Admins."
},
"rate_limit": {
"label": "Tier 2: 20+ per minute",
"url": "https://docs.slack.dev/apis/web-api/rate-limits"
},
"scopes": {
"user": [
{
"name": "admin.teams:read",
"url": "https://docs.slack.dev/reference/scopes/admin.teams.read"
}
]
}
}