This endpoint allows you to retrieve the role of a specific user (agent) within a team by providing the agent's unique identifier. If the user has a role assigned within the team, the role will be returned in the response. If no role is found for the agent in the specified team, an error message will be provided to indicate that no role has been assigned.Key Features:
Retrieve the user's role in a specific team based on their agent ID.
Provides a successful response when a role is found, including the user's specific role in the team (e.g., Admin, Viewer, Owner).
Request Parameters:
agent_id: The unique identifier of the agent whose role you wish to retrieve.