Emails REST Endpoints

Workers/Emails
The emails resource is a child of the workers resource. It provides all the emails of a worker as of the specified date. By default, the current date is retained.
Create a worker email
Method: post
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/emails
Delete a worker email
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/emails/{EmailAddressId}
Get a worker email
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/emails/{EmailAddressId}
Get all worker emails
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/emails
Update a worker email
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/emails/{EmailAddressId}