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

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| User ID | The user ID of the user. |
[
{
"Id": "<string>",
"Name": "<string>",
"TeamCodeForBulkImport": "<string>",
"ParentTeamId": null
}
]
Was this page helpful?