Hi, there is a feature on MyPortal to add additional recipients in Receive Preferences screen, I would like to know if this is available through an API call. Thanks.
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
The same operation can be achieved through API calls ListCreateRequest and ProfileUpdateRequest.
ListCreateRequest will create the additional recipients as a list and then update the "forwarding_address" profile item for the specific user with the name of the list using ProfileUpdateRequest.
Sample API requests are attached for reference.