Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 2.03 KB

NewOrganization.md

File metadata and controls

13 lines (10 loc) · 2.03 KB

# NewOrganization

Properties

Name Type Description Notes
name string The name of the organization
add_time string The optional creation date & time of the organization in UTC. Requires admin user API token. Format: YYYY-MM-DD HH:MM:SS [optional]
owner_id int The ID of the user who will be marked as the owner of this organization. When omitted, the authorized user ID will be used. [optional]
label int The ID of the label. [optional]
visible_to VisibleTo The visibility of the organization. If omitted, the visibility will be set to the default visibility setting of this item type for the authorized user. Read more about visibility groups <a href=&quot;https://support.pipedrive.com/en/article/visibility-groups\" target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>here</a>.<h4>Essential / Advanced plan</h4><table><tr><th style=&quot;width:40px&quot;>Value</th><th>Description</th></tr><tr><td>`1`</td><td>Owner &amp; followers</td><tr><td>`3`</td><td>Entire company</td></tr></table><h4>Professional / Enterprise plan</h4><table><tr><th style=&quot;width:40px&quot;>Value</th><th>Description</th></tr><tr><td>`1`</td><td>Owner only</td><tr><td>`3`</td><td>Owner's visibility group</td></tr><tr><td>`5`</td><td>Owner's visibility group and sub-groups</td></tr><tr><td>`7`</td><td>Entire company</td></tr></table> [optional]

[Back to Model list] [Back to API list] [Back to README]