Returns user IDs from the provided list that are consuming an AI seat. Filters to active, non-deleted, non-system users to match the canonical seat count query (GetActiveAISeatCount).
(ctx context.Context, userIds []uuid.UUID)
| 758 | // Filters to active, non-deleted, non-system users to match the canonical |
| 759 | // seat count query (GetActiveAISeatCount). |
| 760 | GetUserAISeatStates(ctx context.Context, userIds []uuid.UUID) ([]uuid.UUID, error) |
| 761 | // GetUserActivityInsights returns the ranking with top active users. |
| 762 | // The result can be filtered on template_ids, meaning only user data |
| 763 | // from workspaces based on those templates will be included. |
no outgoing calls