# Teams Represents the Team entity within the Property Management System (PMS), which is used to manage groups of users or staff members associated with specific roles, responsibilities, or properties. The Team entity includes details such as team name, members, assigned tasks, and permissions. This functionality is essential for organising operational workflows, assigning responsibilities across properties, and ensuring efficient collaboration between staff members. Teams can be linked to specific properties, bookings, or tasks, enabling streamlined management and accountability in day-to-day operations. ## Search for Team entities - [GET /api/v3/teams](https://apidocs.resharmonics.com/apis/resharmonics-pms/teams/searchteams.md): Retrieve a paginated list of teams within the Property Management System (PMS) based on optional search criteria. You can filter the results by team name using a query parameter (), which supports partial matches with wildcards. The response includes a paginated list of team records, each containing basic details such as the team's name and key attributes. This endpoint is useful for browsing and managing multiple teams, enabling efficient search and navigation across large datasets. If no search criteria are provided, all teams will be returned in the response. ## Retrieve team entity by ID - [GET /api/v3/teams/{id}](https://apidocs.resharmonics.com/apis/resharmonics-pms/teams/findteam.md): Fetch detailed information about a specific team within the Property Management System (PMS) by providing its unique ID. The response includes information such as the team's name, members, assigned roles, permissions, and any associated properties or tasks. This endpoint is useful for managing team configurations, reviewing responsibilities, or retrieving team-specific details for operational purposes. If the team ID does not exist, an appropriate error response will be returned.