Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 1.68 KB

AddOrUpdateRoleSettingRequest.md

File metadata and controls

10 lines (7 loc) · 1.68 KB

# AddOrUpdateRoleSettingRequest

Properties

Name Type Description Notes
setting_key string
value int Possible values for the `default_visibility` setting depending on the subscription plan:<br> <table class='role-setting'> <caption><b>Essential / Advanced plan</b></caption> <tr><th><b>Value</b></th><th><b>Description</b></th></tr> <tr><td>`1`</td><td>Owner & Followers</td></tr> <tr><td>`3`</td><td>Entire company</td></tr> </table> <br> <table class='role-setting'> <caption><b>Professional / Enterprise plan</b></caption> <tr><th><b>Value</b></th><th><b>Description</b></th></tr> <tr><td>`1`</td><td>Owner only</td></tr> <tr><td>`3`</td><td>Owner&#39;s visibility group</td></tr> <tr><td>`5`</td><td>Owner&#39;s visibility group and sub-groups</td></tr> <tr><td>`7`</td><td>Entire company</td></tr> </table> <br> Read more about visibility groups <a href='https://support.pipedrive.com/en/article/visibility-groups&#39;&gt;here&lt;/a>.

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