Returns all teams the authenticated user owns or is an active member of, ordered by ownership then join date.
Returns active teams first (owned teams at the top), followed by any archived teams where the user is the owner.Documentation Index
Fetch the complete documentation index at: https://docs.versuno.ai/llms.txt
Use this file to discover all available pages before exploring further.
Versuno API key. Must be prefixed with Bearer. Format: Bearer uk_live_...
Array of team objects with the caller's role and member count.
Unique identifier of the team.
"c3d4e5f6-a7b8-9012-cdef-123456789012"
Display name of the team.
"Acme Corp"
URL-safe identifier for the team.
"acme-corp"
Whether the team is active or archived.
active, archived "active"
The authenticated user's role in this team.
owner, admin, member "owner"
Number of active members in the team.
4
When the team was created.
"2026-01-10T09:00:00.000Z"