litmos_get_user_teams
Retrieve all teams a user belongs to for analyzing organizational structure and filtering completion data by team.
Instructions
Get all teams that a user is assigned to.
Useful for understanding a user's organisational grouping or filtering completion data by team membership.
Args: params: UserIdInput with: - user_id (str): Litmos encrypted user ID
Returns: str: JSON array of teams: [{"Id": str, "Name": str, "TeamCodeForBulkImport": str, "ParentTeamId": str}, ...]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |