Team management
Team admins manage the team workspace: member roles, invites, and sensitive actions such as project deletion. Members use projects and tests but cannot change team-level access.
See Team admin role for the full permission matrix.
Team admin capabilities
- View and edit team properties (where exposed in UI)
- Invite users and manage team members
- Change member roles and statuses (team admin only)
- Delete projects and all related data (team admin only)
- View team statistics (
get_team_total_statistic— counts of entities in the workspace)
Only users with member_role = ADMINISTRATOR (team admin) and team_member_status = ACCEPTED pass the only_team_admin() checks.
Additional team admins can be assigned according to your tariff. During beta (2026–2027) there is no limit on the number of admins.
Team management UI
Routes under the team subdomain include:
- Team profile / settings
- Member list and administration
Exact screens depend on locale path, for example /web/en/team_management/team/....
API (for integrators)
| Endpoint | Purpose |
|---|---|
POST /web_api/team_management/create | Create team |
POST /web_api/team_management/is_team_slug_available | Check slug |
POST /web_api/team_management/get_team_total_statistic | Entity counts |
All team-scoped API calls require an authenticated session on the team subdomain and membership in that team.
Switching teams
If you belong to multiple teams, open each team by its URL:
https://{team-slug}.webapp.complexqa.comYour user account is shared; data is isolated per team.
Related
| Version | 1.0 |
| Last updated | 2026-06-06 |