GET
/team.billableInfoGet 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.
tokenstringrequired
Authentication token with the `admin` scope.
userstringoptional
User whose billable information to retrieve; defaults to all users when omitted.
200Returns an object with `ok` set to true for a successful billable information request.
okbooleanrequired
defaultReturns an error response with `ok` set to false.
okbooleanrequired
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.