v21

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01144108427.9 KB
Authorization

List Teams

List teams. Open to any authenticated user (for the share dialog's team picker).

Paginated via limit / offset so a single call cannot enumerate every team. Stable order is (team_name, id) so offset is deterministic.

get/api/v1/authz/teams

Query parameters

searchstring nullable

Substring match on team_name or adom_name

Substring match on team_name or adom_name

is_activeboolean nullable
limitinteger
offsetinteger

Response

Successful Response

adom_namestring required
created_atstring date-time required
descriptionstring nullable required
idstring uuid required
is_activeboolean required
team_namestring required
updated_atstring date-time required