security

Name Resource Description
Check a product administrator GET api/2.0/settings/security/administrator Checks if the selected user is a product administrator with the ID specified in the request.
Get the enabled modules GET api/2.0/settings/security/modules Returns a list of all the enabled modules.
Get the module availability GET api/2.0/settings/security/{id} Returns the availability of the module with the ID specified in the request.
Get the password settings GET api/2.0/settings/security/password Returns the portal password settings.
Get the product administrators GET api/2.0/settings/security/administrator/{productid} Returns a list of all the product administrators with the ID specified in the request.
Get the security settings GET api/2.0/settings/security Returns the security settings for the modules specified in the request.
Set a product administrator PUT api/2.0/settings/security/administrator Sets the selected user as a product administrator with the ID specified in the request.
Set the access settings to products PUT api/2.0/settings/security/access Sets the access settings to the products with the IDs specified in the request.
Set the module security settings PUT api/2.0/settings/security Sets the security settings to the module with the ID specified in the request.
Set the password settings PUT api/2.0/settings/security/password Sets the portal password settings.