update_team_member
Modify team member roles and permissions by updating account access and webhook management capabilities within your organization's team structure.
Instructions
Edit and update a team member from a specific team
Args: team_id: The ID of the team this member is part of (required) user_id: Your user ID (required) email: The email address of the member to update (required) account_roles: Updated list of role assignments with 'roleId' and 'accounts' array can_manage_team_global_webhooks: Whether the user can manage team global webhooks
Returns: Updated team member object with new settings
Example: update_team_member( team_id="1443", user_id="1451", email="borisa@company.io", account_roles=[ { "roleId": "d144079f-2a22-4f86-b2a9-45b3289b4bf4", "accounts": [158] } ], can_manage_team_global_webhooks=True )
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | Yes | ||
| user_id | Yes | ||
| Yes | |||
| account_roles | No | ||
| can_manage_team_global_webhooks | No |