List teams the current user belongs to
Team
List teams the current user belongs to
Returns a paginated list of all teams the authenticated user is a member of, including teams where they are owner, admin, member, or viewer.
GET
List teams the current user belongs to
Documentation Index
Fetch the complete documentation index at: https://docs.cyberun.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
User session JWT (Bearer ). Must be paired with the X-Team-ID
request header on team-scoped endpoints so the server knows which
team's resources to operate on.
Query Parameters
Page number to retrieve (1-based). Default: 1.
Required range:
x >= 1Example:
1
Number of items per page (1ā100). Default: 20.
Required range:
1 <= x <= 100Example:
20
