Sample - Slack Web API
GET/team.billableInfo

Get billable user information

Retrieves billable user information for the current team. Use user to limit the response to one user, or omit it to request information for all users. The response provides the method's success indicator.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

2 parameters
tokenstringrequired
Authentication token with the `admin` scope.
userstringoptional
User whose billable information to retrieve; defaults to all users when omitted.

2 status codes
200Returns an object with `ok` set to true for a successful billable information request.
okbooleanrequired
Allowed:true
defaultReturns an error response with `ok` set to false.
okbooleanrequired
Allowed:false

Error handling

Supply token with the admin scope. If you provide user, it must identify the user whose billable information you want to retrieve; omit it to request all users.