listUserUserGroups
Retrieve user group memberships for a specific user in the Tulip manufacturing platform. Use this tool to identify which groups a user belongs to for access control and permission management.
Instructions
Returns an array of user group IDs that the user is currently a member of. Corresponds to GET /api/users/v1/users/{userId}/user-groups. Requires users:read scope. [READ-ONLY]
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | Yes | The ID of the user to retrieve the assigned user groups. | |
| limit | No | The number of items to return in the response. | |
| offset | No | The number of items to skip before collecting the result. | |
| filter | No | Filters the result using OData 4.01 syntax. Supports filtering on the userGroupId field. Only supports the eq and or operators. |