Delete user contacts
|
DELETE api/2.0/people/{userid}/contacts
|
Deletes the contacts of the user with the ID specified in the request from the portal.
|
Set user contacts
|
POST api/2.0/people/{userid}/contacts
|
Sets the contacts of the user with the ID specified in the request replacing the current portal data with the new data.
|
Update user contacts
|
PUT api/2.0/people/{userid}/contacts
|
Updates the contact information of the user with the ID specified in the request merging the new data into the current portal data.
|