GetUserActivityInsights returns the ranking with top active users. The result can be filtered on template_ids, meaning only user data from workspaces based on those templates will be included. Note: The usage_seconds and usage_seconds_cumulative differ only when requesting deployment-wide (or multip
(ctx context.Context, arg GetUserActivityInsightsParams)
| 766 | // produces a bloated value if a user has used multiple templates |
| 767 | // simultaneously. |
| 768 | GetUserActivityInsights(ctx context.Context, arg GetUserActivityInsightsParams) ([]GetUserActivityInsightsRow, error) |
| 769 | GetUserAgentChatSendShortcut(ctx context.Context, userID uuid.UUID) (string, error) |
| 770 | GetUserAppearanceSettings(ctx context.Context, userID uuid.UUID) (GetUserAppearanceSettingsRow, error) |
| 771 | GetUserByEmailOrUsername(ctx context.Context, arg GetUserByEmailOrUsernameParams) (User, error) |
no outgoing calls