Overview
Teams in Inbox organize your account links, prospects, and conversations. This guide covers retrieving team information and managing team members via the API.Team Data Model
Get Team Information
Retrieve your team details:List Team Members
Get all members of your team:Get Specific Member
Retrieve details for a specific member:Member Roles
| Role | Permissions |
|---|---|
owner | Full access, billing management, team deletion |
admin | Full access except billing and team deletion |
member | Access to assigned threads and features |
Thread Assignment
Assign threads to team members for workload distribution:Filter by Assignee
Get threads assigned to specific members:Common Patterns
Round-Robin Assignment
Distribute new threads evenly across team members:Workload-Based Assignment
Assign to the team member with the fewest open threads:Role-Based Routing
Route threads based on content to appropriate team members:Member Performance Metrics
Track team performance:Best Practices
Keep assignment balanced
Keep assignment balanced
Use workload-based or round-robin assignment to prevent bottlenecks.
Set clear ownership
Set clear ownership
Each thread should have a clear owner. Avoid leaving threads unassigned for long.
Use roles appropriately
Use roles appropriately
Assign admin roles sparingly. Most team members only need member access.
Monitor workloads
Monitor workloads
Regularly check team metrics to identify overloaded members.