teams_get_user_teams
Retrieve all teams a user belongs to by providing their user ID. Optionally sort results or exclude member IDs.
Instructions
Get all teams that a specific user belongs to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the user | |
| order_by | No | The field name to sort returned teams by | |
| skip_users | No | When enabled, the teams will not include IDs of member users |