Get Security Settings
GET {{base_url}}/fc/api/v1/settings/security
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"allow_collaborators_to_invite": true,
"node_share_link_enable": true,
"node_share_link_allow_public_links": true,
"node_share_link_allow_login_links": true,
"node_share_link_require_ad_login_for_login_links": false,
"node_share_link_single_use_only": false,
"node_share_link_ttl_range_enable": true,
"node_share_link_ttl_max": 365,
"shared_folder_expiration_required": false,
"shared_folder_expiration_max_days": 365,
"whitelist_enable": false,
"ldap_whitelist": [],
"domain_whitelist": [],
"ldap_blacklist": [],
"domain_blacklist": []
} |
ENDPOINTS