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
Changes
- ○
endpoint added
endpoint-added
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 62 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲