List users
Returns a list of all users in the workspace with their profile and credit consumption data.
You can use the from and to parameters to specify the date range for credit consumption. If not specified, defaults to consumption during the current billing period.
You can use the returned user_id values to call:
Get user: For user consumption data for a specific user over a custom date range.List user apps: To see a specific user’s app IDs.
Results are paginated. Check has_more in the response and use the returned cursor to fetch additional pages.
Authorizations
API key for authentication. See the Authentication page for your API for details on how to get your key.
Path Parameters
Query Parameters
Items per page. Max 50.
1 <= x <= 50Pagination cursor from previous response.
Filter to users who consumed message credits in the last 30 days.
Filter by workspace tier, such as "builder", "pro", or "enterprise". Use the base tier name, which matches its numbered sub-tiers. Preferred over the deprecated seat_type.
Deprecated: Filter by subscription tier. Use tier instead. tier is the preferred alias for the same filter.
Return only members whose consumption has exceeded their per-member credit limit in the current credit reset period. Has no effect when the workspace tier does not enforce per-member limits.
Start date in YYYY-MM-DD format. Required if to is provided. Defaults to billing period start.
End date in YYYY-MM-DD format. Required if from is provided. Defaults to current date.

