Carrot reference
...
Structure
Headcount
Direct Reports
there are several carrot fields for calculating various versions of direct reports field carrot code aliases type description directjobcount directs , directjobs integer number the number of direct reports, including open jobs directjobs job all of the jobs that report up to a person directpersoncount integer number the number of direct reports, excluding open jobs directpersons persons all of the people who are direct reports of a person indirectjobs job all of the indirect people that report up to a person description returns the number of direct jobs, both filled and open code name directjobcount sensitivity org public data type number docid\ uci5tctfvbhonej6zqijg data category structure entity type job read only yes example usage code example description directs>0 checks if the manager has at least 1 direct report (filled and open) directs=1 checks if the manager has exactly 1 direct report (filled and open) directs<4 checks if the manager has less than 4 direct reports (filled and open)