get_team_roles
Retrieve all configured roles and their permissions for a specific team in the Multilead platform to manage user access and capabilities.
Instructions
Retrieve all roles for a specific team
Args: team_id: The ID of the team for which to retrieve roles (required) user_id: Your user ID (required)
Returns: List of all roles configured for the team with their permissions
Example: get_team_roles(team_id="1", user_id="1451")
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | Yes | ||
| user_id | Yes |