Contract Testing: Admin Get Team User
contract-testing_admin_get_team_userVerify if a specific user is a member of a team by providing the team UUID and user UUID. Performs an admin-level membership check.
Instructions
Check if a specific user is a member of a team (admin).
Toolset: Admin
Parameters:
teamId (string) required: UUID of the team
userId (string) required: UUID of the user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teamId | Yes | UUID of the team | |
| userId | Yes | UUID of the user |