Returns a list of all the Teams a specific user is assigned to.

Parameters

ParameterDescription
User IDThe user ID of the user.

Example Output

[
	{
		"Id": "<string>",
		"Name": "<string>",
		"TeamCodeForBulkImport": "<string>",
		"ParentTeamId": null
	}
]

Workflow Library Example

Get User Teams with Litmos and Send Results Via Email

Preview this Workflow on desktop