Summary
- Added a new endpoint to list all Teams associated with a specific user.
Added
- Endpoints
GET /organizations/{organizationId}/users/{userId}/teams: List all Teams that a user belongs to within an Organization. Supports pagination withoffsetandlimitquery parameters, and sorting with thesortsquery parameter.