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 Client/Vendor Access Program.
Use this path to edit the contacts of companies that have already been assigned a contact.
Parameters
* Required.
Parameter | Values |
---|---|
guid * [Body] Identify the contact. |
[String] User unique identifier [user_guid ]. See GET: Portfolio Contacts. |
company_guid * [Body] Identify the contact’s company. |
[String] Company unique identifier [entity_guid ]. See GET: Portfolio Details. |
friendly_name * [Body] Identify the contact by their preferred name. |
[String] The contact’s name. See GET: Portfolio Contacts. |
formal_name * [Body] Identify the contact by their full name. |
[String] The contact’s full name. See GET: Portfolio Contacts. |
* [Body] 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_number [Body] 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" }
- March 31, 2020: Published.
Feedback
0 comments
Please sign in to leave a comment.