Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.14 KB

BasicPerson.md

File metadata and controls

14 lines (10 loc) · 1.14 KB

Pipedrive.BasicPerson

Properties

Name Type Description Notes
name String Person name [optional]
ownerId Number ID of the user who will be marked as the owner of this person. When omitted, the authorized user ID will be used. [optional]
orgId Number ID of the organization this person will belong to. [optional]
email [String] Email addresses (one or more) associated with the person, presented in the same manner as received by GET request of a person. [optional]
phone [String] Phone numbers (one or more) associated with the person, presented in the same manner as received by GET request of a person. [optional]
visibleTo VisibleTo Visibility of the person. If omitted, visibility will be set to the default visibility setting of this item type for the authorized user.<dl class=&quot;fields-list&quot;><dt>1</dt><dd>Owner &amp; followers (private)</dd><dt>3</dt><dd>Entire company (shared)</dd></dl> [optional]