What this family does
GET /v1/team returns the calling key’s organization and a count of its human members. GET /v1/team/members enumerates those members.
Provisioned subjects and sandbox identities are never counted or listed. They are partitions, not people, and their internal ids are an isolation detail.
Routes
The shape of a call
Read the organization.Traps
Listing members requiresadmin. It enumerates real people with their email and role, so it follows the same posture as the organization-wide usage view.
Related
API reference
Base URL, authentication, and the conventions every route shares.
Errors
The problem envelope and the full code catalogue.