Packages

A Slack Web & Real Time Messaging API client.

Current section

Files

Jump to
slack_kit priv docs methods team.billableInfo.json
Raw

priv/docs/methods/team.billableInfo.json

{
"args": {
"cursor": {
"desc": "Set `cursor` to `next_cursor` returned by previous call, to indicate from where you want to list next page of users list. Default value fetches the first page.",
"example": "dXNlcjpVMDYxTkZUVDI=",
"required": false,
"type": "string"
},
"limit": {
"desc": "The maximum number of items to return.",
"example": "20",
"required": false,
"type": "integer"
},
"team_id": {
"desc": "encoded team id to get the billable information from, required if org token is used",
"required": false,
"type": "string"
},
"user": {
"desc": "A user to retrieve the billable information for. Defaults to all users.",
"required": false,
"type": "string"
}
},
"desc": "Gets billable users information for the current team.",
"errors": {
"invalid_cursor": "Value passed for `cursor` was not valid or is no longer valid.",
"user_not_found": "Unable to find the requested user."
},
"rate_limit": {
"label": "Tier 2: 20+ per minute",
"url": "https://docs.slack.dev/apis/web-api/rate-limits"
},
"scopes": {
"user": [
{
"name": "admin",
"url": "https://docs.slack.dev/reference/scopes/admin"
}
]
}
}