Publication Date – March 31, 2020
https://api.bitsighttech.com/ratings/v1/portfolio/contacts/user_guid
Contacts are the users within the companies in your portfolio who are assigned as the primary recipient of communications, such as during collaboration via the Enable Access Program.
Use this path to edit the contacts of companies that have already been assigned a contact.
Parameters
*Required.
Parameter | Description | Values |
---|---|---|
guidBody |
Identify the contact. |
[String] User unique identifier [user_guid ]. See GET: Portfolio Contacts. |
company_guidBody |
Identify the contact’s company. |
[String] Company unique identifier [entity_guid ]. See GET: Portfolio Details. |
friendly_nameBody |
Identify the contact by their preferred name | [String] The contact’s name. See GET: Portfolio Contacts. |
formal_nameBody |
Identify the contact by their full name. | [String] The contact’s full name. See GET: Portfolio Contacts. |
|
Add the contact’s email address. The email domain must match a domain that belongs to the contact’s company. | [String] The contact’s email address. See GET: Portfolio Contacts. |
phone_numberBody |
Add the contact’s phone number. | [String] Contact’s phone number. See GET: Portfolio Contacts. |
Example Request
{ "guid": "11111111-aaaa-1111-aaaa-111111111111", "company_guid": "1b3d260c-9e23-4e19-b3a5-a0bcf67d74d9", "friendly_name": "Arnold", "formal_name": "Arnold Brown", "email": "arnold@actorsfilms.us", "phone_number": "555-555-5555" }