Packages

A Slack Web & Real Time Messaging API client.

Current section

Files

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

priv/docs/methods/admin.barriers.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": "Get all Information Barriers for your organization",
"errors": {
"feature_not_enabled": "Feature not enabled",
"invalid_cursor": "Value passed for `cursor` was not valid or is no longer valid.",
"not_an_admin": "The token provided is not associated with an org admin"
},
"rate_limit": {
"label": "Tier 2: 20+ per minute",
"url": "https://docs.slack.dev/apis/web-api/rate-limits"
},
"scopes": {
"user": [
{
"name": "admin.barriers:read",
"url": "https://docs.slack.dev/reference/scopes/admin.barriers.read"
}
]
}
}