Skip to main content
GET
List league owners

Authorizations

Authorization
string
header
required

Bearer token issued by Softmax

Path Parameters

league_id
string
required

League whose owners should be returned.

Pattern: ^league_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

Response

Successful Response

owners
LeagueOwnerPublic · object[]
required

Users explicitly listed as league owners.

viewer_is_owner
boolean
required

Whether the caller can manage owner-controlled league settings.

viewer_can_quarantine
boolean
required

Whether the caller may quarantine policies in this league.