What is a User Group?
A User Group organizes users and metrics within an organization to streamline human evaluation workflows. User Groups serve two key purposes:- Assigning evaluators: Group users who should review and annotate AI outputs for specific metrics.
- Scoping metrics: Link metrics to groups so that only users in those groups see pending evaluations for those metrics.
Managing User Groups
User groups can be managed in two places:- Dashboard: Navigate to an organization’s Groups tab to create, edit, and delete groups. From metric and user detail pages, you can also assign and unassign groups.
- SDK: Use the
galtea.user_groupsservice for programmatic management. See the Human Evaluation tutorial for a step-by-step guide.
SDK Integration
User Group SDK API
Create, list, update, and delete user groups programmatically. Link and unlink users and metrics.
User Group Properties
Unique identifier for the user group.
The organization this group belongs to.
Name of the user group.
Type of user group. Currently only
EVALUATOR is supported.Description of the group’s purpose.
IDs of users in this group.
IDs of metrics linked to this group.
Related
Human Evaluation Tutorial
Step-by-step guide to the full annotation workflow with screenshots.
User Group SDK API
Programmatic management of user groups.