This resource allows you to retrieve, update, and delete Employee Glance Settings.
Employee glance setting allows you to define which employee information manager can see in the employee glance
Operations
Create Employee Glance Setting
POST /v1/commons/employee_glance_settings
Create or Update Employee Glance Settings
POST /v1/commons/employee_glance_settings/multi_upsert
Delete Employee Glance Setting by ID
DELETE /v1/commons/employee_glance_settings/{id}
Delete Employee Glance Settings
POST /v1/commons/employee_glance_settings/multi_delete
Retrieve All Employee Glance Settings or by Name
GET /v1/commons/employee_glance_settings
Retrieve Employee Glance Setting by ID
GET /v1/commons/employee_glance_settings/{id}
Retrieve Employee Glance Settings
POST /v1/commons/employee_glance_settings/multi_read
Update Employee Glance Setting by ID
PUT /v1/commons/employee_glance_settings/{id}