Skip to main content
GET
Retrieve all teams

Authorizations

Authorization
string
header
required

OAuth2 access token. Pass the token in the Authorization header as Bearer <token>. The token is looked up in Redis to resolve the caller identity.

Query Parameters

user_id
integer<int64>

When set, return only teams the user with this ID belongs to.

Required range: x >= 0

Response

OK

data
object
required
status
string
required

Operation result.

Example:

"success"

Last modified on July 7, 2026