Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1.05 KB

Team.md

File metadata and controls

19 lines (11 loc) · 1.05 KB

Team

The Team Object ### Description The Team object is used to represent a Team within a company. Employee objects are often grouped this way. Note that in the Merge HRIS API, company subdivisions are all represented with Teams, rather than Teams and Departments. ### Usage Example If you're building a way to filter by Team, you'd hit the GET Teams endpoint to fetch the Teams, and then use the ID of the team your user selects to filter the GET Employees endpoint.

Properties

Name Type Description Notes
id UUID [optional] [readonly]
remoteId String The third-party API ID of the matching object. [optional]
name String The team's name. [optional]
parentTeam UUID [optional]
remoteData List<RemoteData> [optional] [readonly]
remoteWasDeleted Boolean Indicates whether or not this object has been deleted on the third-party. [optional] [readonly]