/api/teams), which is a paid Business-tier feature.
The team registry is Free-tier accessible.
List members
Add a member
Remove a member
| Property | Value |
|---|---|
| Auth | Required |
| Required scope | Account membership |
| Plan | All tiers (Free included) |
| Idempotent | GET yes. POST no (creates new row). DELETE yes. |
Errors
| Status | Code | When |
|---|---|---|
| 401 | AUTH_REQUIRED | No session. |
| 403 | ONBOARDING_REQUIRED | User has no account. |
| 500 | INTERNAL_ERROR | DB read or write failed. |