Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

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
Workflow LibraryPreview this Workflow on desktop