get
Teams
suspend fun getTeams(ownedOnly: Boolean = false, page: Int = DEFAULT_PAGE, pageSize: Int = DEFAULT_PAGE_SIZE, keywords: String = ""): JsonObject
Method the teams where the user is a member
Return
the result of the request as JsonObject
Parameters
owned Only
Whether to get only the teams where the user is the owner
page
The page to request
page Size
The size of the page to request
keywords
The keywords used to filter the query