Check the product administrator
|
GET api/2.0/settings/security/administrator
|
Checks if the selected user is an administrator of a product with the ID specified in the request.
|
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 administrators of the product with the ID specified in the request.
|
Get the security settings
|
GET api/2.0/settings/security
|
Returns the security settings for the product, module or add-ons specified in the request.
|
Set access to web items
|
PUT api/2.0/settings/security/access
|
Sets access to the products, modules or add-ons specified in the request.
|
Set the product administrator
|
PUT api/2.0/settings/security/administrator
|
Sets the selected user as an administrator of a product with the ID specified in the request.
|
Set the security settings
|
PUT api/2.0/settings/security
|
Sets the security settings to the product, module or add-ons.
|