Skip to content
Endless Documentation

Get User Teams

GET
/users/{user_id}/teams

Authorization

bearerAuth
AuthorizationBearer <token>

JWT token from authentication

In: header

Path Parameters

user_id*string
Length1 <= length

Query Parameters

organization_id?string

Response Body

application/json

curl -X GET "https://example.com/users/user_abc123/teams"
[  {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "name": "string",    "description": "string",    "color": "string",    "icon_url": "string",    "spending_limit": -2147483648,    "created_at": "2019-08-24T14:15:22Z"  }]