Leave Administrator Assignment

This resource allows you to create, retrieve, update, and delete the assignment of an administrator to a Leave employee.

The employee passed in must be a valid Workforce Leave employee. The administrator passed in must be a valid Workforce Timekeeper manager.

Operations


Delete Leave Admin
DELETE /v1/commons/persons/leave_admin


Delete Leave Admin for Multiple Employees
POST /v1/commons/persons/leave_admin/multi_delete


Retrieve Leave Admin by Person ID
GET /v1/commons/persons/leave_admin/{personId}


Retrieve Leave Admin by Person Number
GET /v1/commons/persons/leave_admin


Retrieve Leave Admin for Multiple Employees
POST /v1/commons/persons/leave_admin/multi_read


Update Leave Admin
PUT /v1/commons/persons/leave_admin


Update Leave Admin for Multiple Employees
POST /v1/commons/persons/leave_admin/multi_update