Emails REST Endpoints

Person Profiles/Emails
The emails resource is a child of person profiles resource and provides information about the various email addresses associated with the user.
Create an email address
Method: post
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/emails
Delete an email address
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/emails/{EmailId}
Get all email addresses
Method: get
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/emails
Get an email address
Method: get
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/emails/{EmailId}
Update an email address
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/emails/{EmailId}