Teams
Get all teams readable by a user
get/v1/users/{userId}/teams
Response
200 response
Example response
{
"meta": {
"start": 20,
"end": 29,
"total": 48,
"page": 3,
"totalPages": 5
},
"links": {
"self": "/v1/users/abc12/apis?q=training&limit=20&page=1"
}
}