List Organizations
Every active organization, name-only for private ones — enough for a non-member to discover a private org exists and request to join it. `mine=true` scopes the list to the caller's own active memberships (e.g. the organization picker on asset creation). Super Admin additionally sees deactivated organizations — the only way to reach one, since it's invisible to everyone else.
Authorization
HTTPBearer In: header
Query Parameters
050falseResponse Body
application/json
application/json
curl -X GET "https://example.com/api/v1/organizations"[ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "private": true, "logo_url": "string", "is_active": true, "is_member": false, "my_role": "member", "is_last_admin": false, "has_pending_join_request": false, "member_count": 0 }]{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}getGet Recent Assets
Previous Page
postCreate Organization
Any authenticated non-Viewer may create an organization — org creation is a self-service action independent of the global RBAC role otherwise, mirroring Gogs/GitHub, but Viewer is excluded like every other org management action. The creator automatically becomes that org's first admin member.