PATCH: Edit Portfolio Contacts

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.

guid

* Required.

[Body] Identify the contact.

Value: [String] User unique identifier [user_guid]. See GET: Portfolio Contacts.

company_guid

* Required.

[Body] Identify the contact’s company.

Value: [String] Company unique identifier [entity_guid]. See GET: Portfolio Details.

friendly_name

* Required.

[Body] Identify the contact by their preferred name.

Value: [String] The contact’s name. See GET: Portfolio Contacts.

formal_name

* Required.

[Body] Identify the contact by their full name.

Value: [String] The contact’s full name. See GET: Portfolio Contacts.

email

* Required.

[Body] Add the contact’s email address. The email domain must match a domain that belongs to the contact’s company.

Value: [String] The contact’s email address. See GET: Portfolio Contacts.

phone_number

[Body] Add the contact’s phone number.

Value: [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.
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.