Settings
Endpoints for Interlock/LDAP Settings CRUD.
List Setting Presets
API Endpoint Path
/api/settings/
Method
GET
Create Setting Preset
API Endpoint Path
/api/settings/
Method
POST
Request Example:
{
"label": "Mock Settings Preset Label"
}
Retrieve Setting Preset
API Endpoint Path
/api/settings/{pk}/
Method
GET
Delete Setting Preset
API Endpoint Path
/api/settings/{pk}/
Method
DELETE
Enable Setting Preset
API Endpoint Path
/api/settings/{pk}/enable/
Method
POST
Rename Setting Preset
API Endpoint Path
/api/settings/{pk}/rename/
Method
POST
Save Active Setting Preset
API Endpoint Path
/api/settings/save/
Method
POST
Reset Settings
API Endpoint Path
/api/settings/reset/
Method
GET
Test Settings
API Endpoint Path
/api/settings/test/
Method
POST
Sync LDAP Users
API Endpoint Path
/api/settings/sync-users/
Method
GET
Prune LDAP Users
API Endpoint Path
/api/settings/prune-users/
Method
GET
Purge LDAP Users
API Endpoint Path
/api/settings/purge-users/
Method
GET