Analytics Studio — Examples of scope
activeEmployeeFilter (active user)
descendantsFilter (active user in the hierarchy)
All leaders:
Directly led:
Grades
- If the collaborator linked to the user is not found, it will return
EMPLOYEE_NOT_FOUND
. - If the collaborator is not found in the hierarchy, it will return
POSITION_NOT_FOUND
. - If the collaborator linked to the user is not found, but the user is an administrator (admin), will return"" (i.e., it will return all users in scope).
- If the user has multiple contracts, the oldest contract will be returned (
hire_date
) that is still active (not fired).